Restoring a backup
|
If restoring from an older backup, the database update program must be run immediately after restoring, prior to launching the restored database. This ensures the database matches the version of Jim2 currently running.
Note: Jes cannot be started until the database update has been performed.
|
▪Ensure Jim2 is closed, and the Jes instance has been stopped via the Jim2 Configuration Manager.
▪Go to the Restore tab.
▪In the Database field, select or enter a new name for the database.
▪In the From field, locate the backup to be restored.
▪Tick Restore over existing database – this will restore this new database in the existing one's place.
|
Note: Restore over existing database must always be ticked when overwriting an existing database. If not ticked, the following message will appear.
|
▪When ready, click Restore. A confirmation message will appear. Ensure everything is correct and click Yes.
▪When the restore is complete, the console will advise the restore is complete in the lower left-hand corner:
▪Exit the Jim2 Server Console, then run the DB Update program before restarting Jes.
Restore from incremental backup
The restoring of an incremental backup chain requires all incremental files to be available up until the time of the backup to be restored.
1.Ensure that the applicable Jes instance has been stopped prior to proceeding
2.Restore the full backup with Log Restore To Follow ticked.
To restore over an existing database, tick Restore over existing database. By ticking Log Restore To Follow, a special SQL restore is performed informing SQL Server that additional incremental log backups are also to be performed. Click Restore and the initial full database restore will be performed.
3.Restoring the incremental log backups will cycle though the process of restoring each of the incremental backups in the order in which they were taken. If an attempt is made to restore a log backup in the incorrect order, an error message will appear and the restore will be aborted.
|
The backup file names will have _logXXXX appended, where XXXX represents the time of the processed hourly backups.
|
Continue the process of restoration with Log Restore to Follow ticked until the second last of the incremental chain has been restored.
4.For the final restore, untick Log Restore To Follow, signalling to SQL Server that this is the last one in the incremental chain to be restored. Continue with the final restore and the process is completed.
|