Upgrades
How to upgrade SculptOps safely.
Before upgrading
Take a database backup and make sure your deployment secrets are available. See the Backup & Restore guide before upgrading production instances.
Docker Compose upgrade
bash
git pull
docker compose up -d --buildWatch the application logs after the rebuild:
bash
docker compose logs app --tail=100Rollback
If an upgrade fails, restore the previous source revision and the matching database backup.
Warning
Rolling back after database changes is safest when you restore the database backup taken immediately before the upgrade.