Update
·
- Option 1: Using containers:
- Update using GitLab CI (Ansible playbook)
- Manual update
- Option 2: For Kubernetes environment:
- Update using Helm
To update the Auditor to the latest version, follow these steps:
For the update it is enough to run pipeline and the script will autonomously update Auditor to the latest version

- Pull the latest changes from the repository:
bashgit pull
- Edit
IMAGE_VERSIONvariable in .env file - Pull images
plaintextdocker compose pull
- Restart your app
plaintextdocker compose down -v && docker compose up -d
This will stop all services and remove the associated volumes, which will clean up the environment.
That’s it.
Auditor will care about all migrations :smile: