On the backup page, you can perform operations such as performing immediate backup, modifying the backup strategy, initiating restore, and also viewing the task information related to data backups, backup strategies, and data restores.
Backup principle
OceanBase Database is a read/write splitting system. Internal data of OceanBase Database is divided into baseline data in the SSTable and incremental data in the MemTable based on the storage method. In a physical backup process of OceanBase Database, the baseline data of a major compaction and the commit logs (clogs) of incremental data generated after the major compaction are copied to the storage system in an IDC.
The baseline data fully consists of the data compacted and stored on disks. It is split into multiple shards, copied into multiple replicas, and evenly distributed in data files on OBServer nodes.
The incremental data consists of all the new data generated after the point in time of the current major compaction. It is usually stored in the MemTable and also instantiated into a clog file.
Backup content
The backup feature applies to all operations in OceanBase Database. You can back up and restore logical data such as user privileges, table definitions, system variables, user information, and view information, and data of other types.
The smallest backup unit supported by OceanBase Database is a cluster. That is, you can back up data only for an entire cluster.
Page overview
After entering the cluster details page, click Backup in the left-side navigation pane to go to the backup page.
Note
If the cloud vendor is Azure and the OceanBase version is lower than V4.3.5.3, the Backup entry is unavailable.
On the backup page, you can view the basic backup information about the current cluster, including the current backup status and the resource usage and billing for local backup.
Free Duration and Quota: By default, the backup feature provides a free trial period of 7 days. The total free quota is the sum of the free data backup quota and free log backup quota.
Paid Capacity: You can view the resource capacity that exceeds the free quota and requires payment. You can also further view the specific billing sources.
You may be charged based on the billing strategy of your cloud service vendor. For more information, see Backup billing.
You can also perform routine backup and restore operations, including performing immediate backup, modifying the backup strategy, initiating restore, and also viewing the task information related to data backups, backup strategies, and data restores.