Skip to content

Downgrades

Self-Hosted

Pro only

Info

Downgrading requires a backup from the version that you want downgrade to.

  1. Create a backup

Create a backup before downgrading.

  1. Change directory to your previous version

The update script creates a backup of your prior version's configuration. The directory is usually named sysreptor-backup-<date>.
Enter the deploy directory within that folder.

1
cd sysreptor-backup-<date>/deploy
  1. Restore the backup
1
cat <your-backup-file>.zip | docker compose run --rm --no-TTY app python3 manage.py restorebackup

Warning

This command deletes all present data and restores data from the backup. Do not run without having made a backup.

  1. Launch the old SysReptor version
1
docker compose up -d