APIIDA API Gateway Manager

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13

The instructions below work with the Virtual Appliance, as well as with the Docker installation.

If you always want to stay on the most current version of APIIDA API Gateway Manager you can set your docker files to use the ‘latest’ tag. For a full list of all available tags see the listing on Docker Hub.

To Upgrade the APIIDA API Gateway Manager please execute the following steps:

  • Optional: Backup your data (see section below).

  • Stop the Docker Containers

    docker-compose down
  • Change the version in docker-compose.yml to whatever version you are upgrading to for the image apiida/aagm.

  • Upgrade the Docker images with

    docker-compose pull
  • Restart the Docker containers

    docker-compose up -d

If you set the user that runs the container to www-data you have to change it to apache starting with Summer 20 H2. Also check if the persistent volume /opt/aagm is owned by apache:apache as well!

Updating the APIIDA Solution Kit

If you are using the APIIDA Solution Kit for Monitoring, please additionally do the following steps to upgrade the solution kit:

  • Follow this instruction: Prepare the Gateway

  • Instead of installing a new solution kit, please select the previous version and click on [Upgrade].

  • Please restart all gateway instances in the cluster


Backing up your data

All persistent data is stored in the folders /opt/aagm/ and /var/lib/docker/volumes/aagm_aagmdb-vol/_data/. Please back up these two folders.

  • No labels