Backing up Anaconda Server
Follow these steps to back up your instance of Anaconda Server:-
Install
pg_dumpandpg_restore. -
Run the following command from the install directory:
-
Save the
repo.backup.zipfile to a secure location. -
Save the
REPO_TOKEN_CLIENT_SECRETandREPO_KEYCLOAK_SYNC_CLIENT_SECRETvalues from the.envfile in the installer directory.
Restoring Anaconda Server
Follow these steps to restore your instance of Anaconda Server:- Reinstall Anaconda Server.
-
Reinstall
pg_dumpandpg_restoreas shown above. -
Copy the
repo.backup.zipfile. -
Run the following command from the install directory:
-
Modify the
.envfile in the install directory and replaceREPO_TOKEN_CLIENT_SECRETandREPO_KEYCLOAK_SYNC_CLIENT_SECRETwith the values saved earlier. -
Run the following in the install directory:

