Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

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. https://hub.docker.com/r/apiida/aagm/tags

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

  • Check whether there is a update guide and read it.

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

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

  • Restart the Docker containers

    Code Block
    docker compose up --detach --pull=always

...