Upgrading
Updating Extralit¶
This guide covers the update process for Extralit across different deployment options: quickstart, Docker, and Kubernetes.
General Update Notes¶
- Always backup your data before performing updates.
- Test updates in a development environment before applying to production.
- Check the Extralit release notes for any specific update instructions or breaking changes.
- After updating, verify that all services are functioning correctly and that data is accessible.
Quickstart Deployment Update¶
- Pull the latest Extralit image:
- Stop and remove the existing container:
- Start a new container with the updated image:
docker run -d --name extralit-quickstart -p 6900:6900 \
-e EXTRALIT_AUTH_SECRET_KEY=$(openssl rand -hex 32) \
extralit/extralit-hf-space:latest
Docker Deployment Update¶
-
Update the
docker-compose.yamlfile with the latest Extralit image version. -
Pull the updated images:
- Restart the services with the new images:
- For database schema changes, run migrations: