From 238bb20aa2667cac3a88f462e9411b2428398549 Mon Sep 17 00:00:00 2001 From: adam-op Date: Fri, 2 Sep 2022 11:00:05 +0200 Subject: [PATCH] suggested changes --- .../enterprise-cloud-guide/backups/README.md | 10 +++++++++- docs/system-admin-guide/backup/README.md | 6 ------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/enterprise-guide/enterprise-cloud-guide/backups/README.md b/docs/enterprise-guide/enterprise-cloud-guide/backups/README.md index 1f04beac742e..8a53febb5c6c 100644 --- a/docs/enterprise-guide/enterprise-cloud-guide/backups/README.md +++ b/docs/enterprise-guide/enterprise-cloud-guide/backups/README.md @@ -8,9 +8,17 @@ keywords: backups # Backups +## Enterprise cloud + +Your Enterprise cloud data is backed up continuously and retained for 30 days. Within those 30 days we can restore your data to any point in time with a precision of 5 minutes, in case you need us to. + +*Note: At the moment it is only possible to restore the complete instance into a former state. All future edits after the former state will be not available in the restored instance. In order to offer you the possibility of recreating the restored information to your productive instance, the restored version is temporarily available on a separate URL. You will have all the time you need to clone the lost information from the temporary instance to the production one. This could be done by using e.g. API calls or manual interaction.* + +## Backup via GUI + *For a single source of truth, we moved this information* -**[Please click here to navigate to the new location](../../../system-admin-guide/backup/)** +**Please navigate to the [System admin guide Backup page](../../../system-admin-guide/backup/)** diff --git a/docs/system-admin-guide/backup/README.md b/docs/system-admin-guide/backup/README.md index d72f01956037..678e78109264 100644 --- a/docs/system-admin-guide/backup/README.md +++ b/docs/system-admin-guide/backup/README.md @@ -7,12 +7,6 @@ keywords: system backup --- # Backup -## Enterprise cloud - -Your Enterprise cloud data is backed up continuously and retained for 30 days. Within those 30 days we can restore your data to any point in time with a precision of 5 minutes, in case you need us to. - -*Note: At the moment it is only possible to restore the complete instance into a former state. All future edits after the former state will be not available in the restored instance. In order to offer you the possibility of recreating the restored information to your productive instance, the restored version is temporarily available on a separate URL. You will have all the time you need to clone the lost information from the temporary instance to the production one. This could be done by using e.g. API calls or manual interaction.* - ## Preparation for Backup Unless disabled via the [configuration](../../installation-and-operations/configuration/#backup-enabled) users can make backups of the OpenProject installation from within the administration area. They either need to be an administrator or have the global permission to do so.