Skip to content

Commit b57ca54

Browse files
AmberAlstonclaude
andcommitted
Clarify EC v2 DR storage requirements and air gap limitation
The requirements section previously said "S3-compatible storage" while the limitations section said "only AWS S3," which was contradictory. This aligns both to say AWS S3 and explicitly calls out that DR is not supported for air gap installations since AWS S3 requires internet access. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 988a1b6 commit b57ca54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

embedded-cluster_versioned_docs/version-2.0.0/embedded-disaster-recovery.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Embedded Cluster disaster recovery has the following requirements:
2424

2525
* The disaster recovery feature flag must be enabled for your account. To get access to disaster recovery, reach out to your Replicated account team.
2626
* Embedded Cluster version 1.22.0 or later
27-
* Backups must be stored in S3-compatible storage
27+
* Backups must be stored in AWS S3
2828

2929
## Limitations and known issues
3030

3131
Embedded Cluster disaster recovery has the following limitations and known issues:
3232

33-
* Embedded Cluster supports only AWS S3 as a storage location for backups.
33+
* Embedded Cluster supports only AWS S3 as a storage location for backups. Other S3-compatible storage providers (such as MinIO) are not tested or officially supported. Because AWS S3 requires internet access, disaster recovery is not supported for air gap installations.
3434

3535
* During a restore, the version of the Embedded Cluster installation assets must match the version of the application in the backup. So if version 0.1.97 of your application was backed up, the Embedded Cluster installation assets for 0.1.97 must be used to perform the restore. Use `./APP_SLUG version` to check the version of the installation assets, where `APP_SLUG` is the unique application slug. For example:
3636

0 commit comments

Comments
 (0)