Enabling or Disabling Crash Recovery
Enable crash recovery to ensure durability and to enable data recovery in the event of an unexpected server exit.
Note
You cannot disable crash recovery on an Always Free DB system.
You cannot disable crash recovery on an Always Free DB system.
Use one of the following method to enable or disable crash recovery:
- Using the Console
- Using the REST API, run the UpdateDbSystem operation with the
crashRecovery
attribute.
Using the Console
Use the Console to enable or disable crash recovery on a DB system.
This task requires the following:
- A running DB system.
- Automatic backups are disabled on the DB system if you want to disable crash recovery.
- (Recommended) You have created a full backup before disabling crash recovery.
- To disable crash recovery on a DB system if it is currently enabled, do the following:
- To enable crash recovery on a DB system if it is currently disabled, do the following:
Related Topics