Back Up Files to Preserve Downgrade and Recovery Options
To ensure that you can recover from upgrade issues, and downgrade to an earlier release if necessary, Oracle recommends that you implement a backup strategy for your database, and for some specific files.
- Prepare a Backup Strategy Before Upgrading Oracle Database
You must design and carry out an appropriate backup strategy to ensure a successful upgrade. - Oracle Data Guard Broker Configuration File and Downgrades
With upgrades to Oracle Database 19c and later releases, you must back up the Data Guard broker configuration file to preserve the capability to downgrade to an earlier release. - Exporting a Broker Configuration
Use theEXPORT CONFIGURATION
command to export the metadata contained in the broker configuration file to a text file.
Parent topic: Tasks to Prepare for Oracle Database Upgrades
Prepare a Backup Strategy Before Upgrading Oracle Database
You must design and carry out an appropriate backup strategy to ensure a successful upgrade.
To develop a backup strategy, consider the following questions:
-
How long can the production database remain inoperable before business consequences become intolerable?
-
What backup strategy is necessary to meet your availability requirements?
-
Are backups archived in a safe, offsite location?
-
Are backups tested to ensure that they are done properly?
-
How quickly can backups be restored (including backups in offsite storage)?
-
Have disaster recovery procedures been tested successfully?
Your backup strategy should answer all of these questions, and include procedures for successfully backing up and recovering your database. For information about implementing backup strategies using RMAN, review Oracle Database Backup and Recovery User’s Guide.
Related Topics
Parent topic: Back Up Files to Preserve Downgrade and Recovery Options
Oracle Data Guard Broker Configuration File and Downgrades
With upgrades to Oracle Database 19c and later releases, you must back up the Data Guard broker configuration file to preserve the capability to downgrade to an earlier release.
In releases before Oracle Database 19c, Oracle Database settings that are mapped to Oracle Data Guard broker properties are maintained in the Oracle Data Guard broker configuration file, and can be modified using the DGMGRL
command-line interface. However, starting with Oracle Database 19c, these database settings are no longer stored in the broker configuration file. As a result of this change, although you can continue to modify these properties using DGMGRL, the values that you modify are no longer stored in the Oracle Data Guard broker configuration file. Instead, the DGMGRL commands directly modify the Oracle Database initialization parameters or database settings to which these Oracle Data Guard Broker properties are mapped.
Because of this change to the way that property settings are managed, if you use Oracle Data Guard broker, then Oracle recommends that you export your earlier release Oracle Data Guard broker configuration file to a secure backup location before you start the upgrade. If you do not back up the Oracle Data Guard broker configuration file before the upgrade, then after the upgrade, you cannot downgrade to an earlier release and retain the property options you previously selected for Oracle Data Guard.
Parent topic: Back Up Files to Preserve Downgrade and Recovery Options
Exporting a Broker Configuration
Use the EXPORT CONFIGURATION
command to export the metadata contained in the broker configuration file to a text file.
The directory in which the broker configuration file is stored must be accessible to the Oracle server process.
Parent topic: Back Up Files to Preserve Downgrade and Recovery Options