Skip to main content

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:

  1. Get new Docker image versions:
docker pull
  1. Stop current containers:
docker-compose down
  1. Update the compose file.

  2. 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.