OrcaCD LogoOrcaCD

Upgrading

Keep your OrcaCD installation up to date

Before upgrading

Before upgrading OrcaCD in production, we strongly recommend creating a backup of your database and keeping a copy of your current .env and docker-compose.yml files. This gives you a rollback path if something goes wrong.

To create a backup of your database, you can run the following command:

docker compose exec hub /app/hub backup

After running this command make sure to copy the created backup file and include it in your backup strategy.

For upgrading OrcaCD when using Docker, you just need to pull the latest image and restart the services:

docker compose pull && docker compose up -d

Last updated on