Upgrade Accurids
Verify docker-compose file
Check if you have the same docker-compose file as shown in Installation with Docker.
Upgrade Accurids
The newest version of Accurids can be fetched via ECR using your YOUR_AWS_ACCESS_KEY_ID for which we granted access to our Docker registry. Login to your server as admin. Open a docker-compose file and update an image version to the newest (e.g. 2.1.0 -> 2.2.0). Save your changes.
Use the following commands to upgrade Accurids to the newest versions.
docker-compose down
$(aws ecr get-login --no-include-email --region eu-central-1 --registry-ids YOUR_AWS_ACCESS_KEY_ID)
docker-compose pull
docker-compose up -d
Make sure that services are up and running.
docker stats