All Products
Search
Document Center

Lindorm:Automatically back up Lindorm data

Last Updated:Mar 28, 2026

Lindorm supports full and incremental backups for wide table data. Backups are stored in Alibaba Cloud Object Storage Service (OSS) and do not consume storage space in your Lindorm instance. After you enable backup and recovery, the system automatically performs incremental backups with no additional configuration. For full backups, configure a backup cycle and scope in the console.

Prerequisites

Before you begin, ensure that you have:

Billing

Backup storage is billed on a pay-as-you-go basis:

  • Regions in China: USD 0.01857/GB/month

  • Asia-Pacific, Europe, and Americas: USD 0.02105/GB/month

Configure full backup

A full backup captures all data in the selected tables or namespaces at a point in time. The backup cycle determines your recovery point objective (RPO): a shorter cycle means less potential data loss, but each backup takes more time to complete. A longer cycle reduces backup frequency but increases how far back you may need to restore from.

  1. Log on to the Lindorm console.

  2. In the upper-left corner, select the region where your instance is deployed.

  3. On the Instances page, click the instance ID or click View Instance Details in the Actions column.

  4. In the left navigation pane, click Wide Table Engine.

  5. Click the Backup & Recovery tab.

  6. In the Full Backup section, click Create.

  7. In the Create dialog box, configure the following parameters:

    ParameterDescription
    Tables for BackupScope of the backup. Use an asterisk (*) to back up all database data. To back up specific tables, use the format namespace:prefix—for example, default:test backs up all tables in the default namespace whose names start with test.
    Full Backup Cycle (Days)How often a full backup runs. Default: every 7 days. Valid range: 3–10 days. A shorter cycle reduces your RPO but requires more time per backup. A longer cycle reduces backup frequency but increases the time needed to restore.
    Perform Next Full Backup AtThe start time of the next full backup. Schedule backups during off-peak hours to minimize impact on your workload.
    Full Backup ReservedThe number of full backup records to keep. Valid range: 3–12.
  8. Click OK.

Incremental backup

After you enable backup and recovery, Lindorm automatically backs up data that has changed since the last backup job. No additional configuration is required.

To monitor the current backup status, go to the Backup & Recovery tab and check the Incremental Backup section.

image

What's next

To restore backed-up data to the current instance, see Restore backup data to the current instance.