Tair (Redis OSS-compatible) instances use Redis Database (RDB) snapshots for data persistence. In-memory data that is captured at specific points in time is persisted to files on disks. During the backup process, the performance of data retrieval is not affected. By default, instances are configured to back up data automatically once a day. You can modify the automatic backup policy based on your business requirements or manually create a temporary backup.
Background information
Tair (Redis OSS-compatible) instances use RDB snapshots for data persistence. In-memory data that is captured at specific points in time is persisted to files on disks. During the backup process, the performance of data retrieval is not affected.
By default, data is backed up once a day for your instance. You can also perform a manual backup at any time. Backup files can be retained only for seven days. To retain backup files for a longer period of time, you can download the backup files to your computer. For more information, see Download backup files.
Precautions
If a backup task for an instance is already in progress, another backup task cannot be initiated. We recommend that you initiate another backup task after the current backup operation is complete.
By default, an instance backs up data on the replica node. If the data flashback feature is enabled for the instance, the instance backs up data on the master node.
Procedure
Log on to the console and go to the Instances page. In the top navigation bar, select the region in which the instance that you want to manage resides. Then, find the instance and click the instance ID.
In the left-side navigation pane, click Backup and Restoration.
Perform the following operations based on your business requirements.
Modify the automatic backup policy
In the upper-right corner, click Backup Settings.
In the panel that appears, specify Backup Cycle and Backup Time.
Retention Days: Backup files are retained for 7 days.
Backup Cycle: You can select one or more days of the week. By default, one backup is created per day.
Backup Time: You can specify a period of time in hours within a day. We recommend that you back up data during off-peak hours.
NoteThe time displayed in the console is in the same time zone as your computer.
Click OK.
Manually create a temporary backup
In the upper-right corner, click Create Backup.
In the message that appears, click OK.
NoteYou can perform up to 30 manual backups per day for a single instance. If the number of manual backups exceeds the limit, the
Exceeding the daily backup times of this DB instance.
error is reported. This limit is automatically lifted after 24 hours and does not affect the automatic backup.
Related API operations
API operation | Description |
Creates a backup for an instance. | |
Queries the backup policy of an instance. The backup policy includes the backup cycle and backup time. | |
Modifies the automatic backup policy of an instance. |
References
For information about how to restore data, see Restore data from a backup set to a new instance.
For information about how to download a backup file to your computer, see Download backup files.
Tair (Enterprise Edition) also optimizes the append-only file (AOF) persistence mechanism to perform incremental backups. This allows you to restore data within a few seconds and improve the efficiency of O&M. For more information, see Use data flashback to restore data by point in time.