If you plan to upgrade your Akamas instance, please verify the upgrade path with the Akamas support team. To ensure rollback in case of upgrade failure, it is recommended to back up your studies (see the section User data backup).
Before proceeding with the upgrade, check theMigration procedures section to verify whether your current upgrade requires any custom steps.
Docker compose Configuration
To start with the upgrade, on the Akamas server navigate to the same folder where the docker-compose.yml and .env files are stored (see section Get Akamas Docker artifacts). Now you can download the latest version compose file:
If the old docker-compose has been changed, and it is still needed in the newer Akamas version, make sure to migrate such changes from docker-compose.yml.bak to the docker-compose.yml .
If the login succeeds, then you can start the upgrade by running:
dockercomposeup-d
Wait for a few minutes and check if the Akamas services are running the command:
akamasstatus
The expected output should be like the following (repeat the command after a minute or two if the last line is not "OK" as expected):
Checking Akamas services on http://localhost:8000
service status
=========================
analyzer UP
campaign UP
metrics UP
optimizer UP
orchestrator UP
system UP
telemetry UP
license UP
log UP
users UP
OK