--upgrade-from PREVIOUS_DIR
, where PREVIOUS_DIR
represents the location of the previous installation (where the docker-compose.yml
is located).
./ate-installer-6.1.5-<HASH>
, where <HASH>
represents your HASH
cd into the folder:
./install.sh --help
to see other options.
docker-compose.yml
and/or repo.conf
(nginx configuration)
files reflect the upgraded changes.
--upgrade-from PREVIOUS_DIR
, where PREVIOUS_DIR
represents the location of the previous installation (where the docker-compose.yml
is located).
./ate-installer-6.1.4-<HASH>
, where <HASH>
represents your hash.
cd into the folder:
./install.sh --help
to see other options.
/home/user/installers/ate-installer-6.1.3-xxx
, then the proper command would be the following:
docker-compose.yml
and/or repo.conf
(nginx configuration)
files reflect the upgraded changes.
REPO_TOKEN_CLIENT_SECRET
and REPO_KEYCLOAK_SYNC_CLIENT_SECRET
values from the .env
file in the installer directory for your current version of Anaconda Server.
docker-compose stop
in your current version’s install directory (most likely in the same location as your docker-compose.yml
file). This will stop the container(s) and preserve the data.
.env
file in the new version’s directory and replace REPO_TOKEN_CLIENT_SECRET
and REPO_KEYCLOAK_SYNC_CLIENT_SECRET
with the values from the old install directory.
docker-compose up -d repo_api
in the new install directory.