Versions Compared

Key

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

...

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

  • Stop the Docker Containers

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

  • Upgrade the Docker images with

    Code Block
    docker-compose pull
  • Restart the Docker containers

    Code Block
    docker-compose up -d

...