Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/vendor/embedded-disaster-recovery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Embedded Cluster disaster recovery has the following requirements:

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

* Embedded Cluster supports only AWS S3 as a storage location for backups.

* 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:

<img alt="version command" src="/images/ec-version-command.png" width="450px"/>
Expand Down