Restoring to a Previous Version
In your backup folder, there’s a file called restore-backup
, which is
used to restore to a previous version of Software Risk Manager.
Windows
- Navigate to the backup folder, which is in the installation folder that you
provided during installation. The default folder is
C:\Program Files\Software Risk Manager\backup-<timestamp>\
where<timestamp>
is the date and time the upgrade was performed. - Right-click on
restore-backup.bat
and choose "Run as administrator."
Linux Root Installation
- Navigate to the backup folder that was created during the upgrade process. The
default folder is
/opt/srm/backup-<timestamp>/
where<timestamp>
is the date and time the upgrade was performed. - Open a terminal and run
sudo chmod +x restore-backup.sh
. - Run
sudo ./restore-backup.sh
.
Linux Non-Root Installation
- Navigate to the backup folder that was created during the upgrade process. The
default folder is
/home/srm/backup-<timestamp>/
where<timestamp>
is the date and time the upgrade was performed. - Open a terminal and run
chmod +x restore-backup.sh
. - Run
./restore-backup.sh
.