Upgrading from 6.1.4 to 6.1.5
Install commands
You can see aa full list of install commands by running the following command:--upgrade-from PREVIOUS_DIR
, where PREVIOUS_DIR
represents the location of the previous installation (where the docker-compose.yml
is located).
Upgrade steps
Extract the installer First, extract the installer:./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.
Upgrading from 6.1.3 to 6.1.4
Install commands
You can see a full list of install commands by running the following command:--upgrade-from PREVIOUS_DIR
, where PREVIOUS_DIR
represents the location of the previous installation (where the docker-compose.yml
is located).
Upgrade steps
Extract the installer First, extract the installer:./ate-installer-6.1.4-<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.
Upgrading from 6.1.0/6.1.1 to 6.1.3
Follow these steps to upgrade your version of Anaconda Server from 6.1.0 or 6.1.1 to 6.1.3:Upgrading does not require hardware upgrades. Your data integrity will not be impacted.
-
Save the
REPO_TOKEN_CLIENT_SECRET
andREPO_KEYCLOAK_SYNC_CLIENT_SECRET
values from the.env
file in the installer directory for your current version of Anaconda Server. -
Run
docker-compose stop
in your current version’s install directory (most likely in the same location as yourdocker-compose.yml
file). This will stop the container(s) and preserve the data. - Download, extract, and install the new version of Anaconda Server using the 6.1.3 installer.
-
Modify the
.env
file in the new version’s directory and replaceREPO_TOKEN_CLIENT_SECRET
andREPO_KEYCLOAK_SYNC_CLIENT_SECRET
with the values from the old install directory. -
Run
docker-compose up -d repo_api
in the new install directory. -
Re-upload the license:
- Via UI: Sign in as an admin and enter your license key via the following path:
- Via API: