Failover transition and offline backup
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Under normal operation, the backup-method property performs a full backup using the OpenEdge PROBKUP
utility when you set its value to full-offline.
This backup is performed in two steps. The first step is a full backup, which is performed before AI is enabled for the database. The second step is an incremental backup, which is performed after AI is enabled and after the role of the database is changed.
Online failover transition changes the behavior of the backup-method property during failover transition when the property is set to full-offline. In this instance, the property will behave as follows:
- The
markbackup method will be honored, but therfutildb-name-C mark backedupcommand will not be performed. The database will still be marked as backed up, and AI extents will not be used when recovering from a disaster. If transition fails when themarkbackup-method is configured, a rebase is required because there is no backup. - If a
full-offlinebackup is specified andrestart-after-transitionis set to 1, the designated backup method will not be honored and the backup will execute as afull-onlinebackup. This applies to both the recovery backup prior to failover transition and backups performed during transition. - If a
full-offlinebackup is specified andrestart-after-transitionis set to 0, the designated backup method will be honored and the backup will execute as afull-offlinebackup.