Skip links

Upgrading From 1.1.0 to 1.1.2 version

1.1.0 and 1.1.1 versions of the MetroÆ Docker container were built with a defect that caused them put the UI database inside the container instead of in the data directory on the Docker host. The following procedure details the steps to upgrade the container without losing the data.

Steps:

  1. Login in to the container using the interactive command ‘metroae interactive’
  2. Copy the database to the data director ‘cp /source/metro-gui-server/metroae-ui.db  /data/metroae-ui.db’
  3. Exit from the container shell ‘exit’
  4. Run the the container upgrade comman ‘metroae upgrade-engine’
Bitnami