System Update
InsightStream supports updating system components using Docker. Updates allow using current versions of API, indexer, GUI, and other platform components.
Update Instructions
Updating InsightStream is done in several steps:
- Get new Docker image versions:
docker pull
- Stop current containers:
docker-compose down
-
Update the compose file.
-
Start the system:
docker-compose up -d
Checking Component Status After Update
After starting the system, you need to make sure all components are working correctly:
- Execute the command:
docker ps
- Check logs:
docker logs <container_name>
Recommendations
Before updating, it's recommended to:
- Make a data backup (Qdrant snapshots,
.env,docker-compose.yml, configurations). - Check the correctness of the updated compose file and environment variables.