update: fix some wording and call out restore process

pull/6332/head
Peter Barnett 2025-08-25 09:32:48 -04:00
parent bda720fd05
commit 7fcd338b2e
3 changed files with 17 additions and 4 deletions

View File

@ -2,7 +2,7 @@
title: Back up and restore data
seotitle: Back up and restore {{< product-name >}}
description: >
Manually back up and restore your {{< product-name >}} instance by copying
Back up and restore your {{< product-name >}} instance by copying
object storage files in the recommended order.
menu:
influxdb3_core:

View File

@ -2,7 +2,7 @@
title: Back up and restore data
seotitle: Back up and restore {{< product-name >}}
description: >
Manually back up and restore your {{< product-name >}} cluster by copying
Back up and restore your {{< product-name >}} cluster by copying
object storage files in the recommended order for each node type.
menu:
influxdb3_enterprise:

View File

@ -4,8 +4,7 @@ Back up your data by copying object storage files in a specific order to ensure
> [!Warning]
> Currently, {{% product-name %}} does not include built-in backup and restore tools.
> Because copying files during periods of activity is a transient process, the manual backup process _cannot guarantee 100% reliability_.
> Follow the recommended procedures and copy order to minimize risk of creating inconsistent backups.
> Because copying files during periods of activity is a transient process, we highly recommended you follow the below procedures and copy order to minimize risk of creating inconsistent backups.
## Supported object storage
@ -283,6 +282,13 @@ Replace the following:
{{% show-in "core" %}}
**Recommended restore order:**
1. Catalog checkpoint file
2. Catalogs directory
3. WAL directory
4. Database (dbs) directory
5. Snapshots directory
#### File system restore example
```bash { placeholders="NODE_ID|BACKUP_DATE" }
@ -348,6 +354,13 @@ Replace the following:
{{% show-in "enterprise" %}}
**Recommended restore order:**
1. Cluster catalog and checkpoint
2. License files
3. All nodes' snapshots, dbs, wal directories
4. Compactor node directories (cs, cd, c)
#### S3 restore example
```bash { placeholders="CLUSTER_ID|COMPACTOR_NODE|NODE1|NODE2|NODE3|BACKUP_DATE|BACKUP_BUCKET|TARGET_BUCKET" }