From 1bcb9e29722e52f6742aeb0d5dfa7668d76ecd0d Mon Sep 17 00:00:00 2001 From: Muslim Al Ali Date: Tue, 1 Apr 2025 12:11:00 +0300 Subject: [PATCH 1/7] Update backups.md --- umbraco-cloud/databases/backups.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/umbraco-cloud/databases/backups.md b/umbraco-cloud/databases/backups.md index 9629785b72f..c3d3a1b36a5 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -10,6 +10,13 @@ description: >- Read more about Umbraco Cloud's Backup and data retention policy in the FAQ. {% endhint %} +## Limitations + +When restoring a database backup on Umbraco Cloud, certain elements could cause issues: + +- **SQL Server logins** - Those could be stored at the server level (in the master database) rather than within the user database itself. +- **Complex Database Objects** - A complex database object in SQL is an element with external dependencies, special server configurations. + ## Backup on Umbraco Cloud On Umbraco Cloud, you can utilize our 35-day point-in-time recovery to create and download a `bacpac` file from your project. From cbf82f2e6796cf173fadbe180a2860490313b5f9 Mon Sep 17 00:00:00 2001 From: Muslim Al Ali Date: Thu, 3 Apr 2025 11:31:05 +0300 Subject: [PATCH 2/7] Update umbraco-cloud/databases/backups.md Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> --- umbraco-cloud/databases/backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/databases/backups.md b/umbraco-cloud/databases/backups.md index c3d3a1b36a5..6e67e4edae0 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -12,7 +12,7 @@ Read more about Umbraco Cloud's Backup and data retention policy in the FAQ. ## Limitations -When restoring a database backup on Umbraco Cloud, certain elements could cause issues: +When restoring a database backup on Umbraco Cloud, certain elements may cause issues: - **SQL Server logins** - Those could be stored at the server level (in the master database) rather than within the user database itself. - **Complex Database Objects** - A complex database object in SQL is an element with external dependencies, special server configurations. From fb1a5c072bd53363462fd769b117740b72b3801f Mon Sep 17 00:00:00 2001 From: Muslim Al Ali Date: Thu, 3 Apr 2025 11:31:47 +0300 Subject: [PATCH 3/7] Update umbraco-cloud/databases/backups.md Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> --- umbraco-cloud/databases/backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/databases/backups.md b/umbraco-cloud/databases/backups.md index 6e67e4edae0..a412d99603f 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -15,7 +15,7 @@ Read more about Umbraco Cloud's Backup and data retention policy in the FAQ. When restoring a database backup on Umbraco Cloud, certain elements may cause issues: - **SQL Server logins** - Those could be stored at the server level (in the master database) rather than within the user database itself. -- **Complex Database Objects** - A complex database object in SQL is an element with external dependencies, special server configurations. +- **Complex Database Objects** - A complex database object in SQL is an element with external dependencies or special server configurations. ## Backup on Umbraco Cloud From b518d4f8c828fafe34f9e1ab7b308731d7cdf639 Mon Sep 17 00:00:00 2001 From: Muslim Al Ali Date: Thu, 3 Apr 2025 12:25:16 +0300 Subject: [PATCH 4/7] Update backups.md --- umbraco-cloud/databases/backups.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/umbraco-cloud/databases/backups.md b/umbraco-cloud/databases/backups.md index a412d99603f..7fc0ef2786b 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -14,8 +14,8 @@ Read more about Umbraco Cloud's Backup and data retention policy in the FAQ. When restoring a database backup on Umbraco Cloud, certain elements may cause issues: -- **SQL Server logins** - Those could be stored at the server level (in the master database) rather than within the user database itself. -- **Complex Database Objects** - A complex database object in SQL is an element with external dependencies or special server configurations. +- **SQL Server logins** - Custom SQL Server logins (e.g., admin, sysuser, etc.) may conflict with existing logins when restoring the database in our hosting platform. +- **Complex Database Objects** - Custom complex database object in SQL is an element with external dependencies or special server configurations which may result in conflicts when restoring the database in our hosting platform. ## Backup on Umbraco Cloud @@ -68,6 +68,8 @@ Once the Database has been uploaded, restoring the backup to your environment is ### Restore Database +When restoring a database backup on Umbraco Cloud, certain elements may cause issues. For more details, see the [Limitations](#limitations) section . + Once you have uploaded a backup, you might want to restore it to one of your environments. To restore a backup to an environment follow the steps below. 1. Click on the small watch on the right side. From e98ac05c6fe04a08c85e37f0d03b08833d237a85 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Fri, 4 Apr 2025 10:30:43 +0200 Subject: [PATCH 5/7] Update umbraco-cloud/databases/backups.md --- umbraco-cloud/databases/backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/databases/backups.md b/umbraco-cloud/databases/backups.md index 7fc0ef2786b..2fa7ef2d10a 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -14,7 +14,7 @@ Read more about Umbraco Cloud's Backup and data retention policy in the FAQ. When restoring a database backup on Umbraco Cloud, certain elements may cause issues: -- **SQL Server logins** - Custom SQL Server logins (e.g., admin, sysuser, etc.) may conflict with existing logins when restoring the database in our hosting platform. +- **SQL Server logins** - Custom SQL Server logins (for example, admin, sysuser, etc.) may conflict with existing logins when restoring the database in our hosting platform. - **Complex Database Objects** - Custom complex database object in SQL is an element with external dependencies or special server configurations which may result in conflicts when restoring the database in our hosting platform. ## Backup on Umbraco Cloud From a9f149fd62c2a33a1c8fc10205ef6ce7264648e4 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Fri, 4 Apr 2025 10:30:48 +0200 Subject: [PATCH 6/7] Update umbraco-cloud/databases/backups.md --- umbraco-cloud/databases/backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/databases/backups.md b/umbraco-cloud/databases/backups.md index 2fa7ef2d10a..adb881bcf82 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -15,7 +15,7 @@ Read more about Umbraco Cloud's Backup and data retention policy in the FAQ. When restoring a database backup on Umbraco Cloud, certain elements may cause issues: - **SQL Server logins** - Custom SQL Server logins (for example, admin, sysuser, etc.) may conflict with existing logins when restoring the database in our hosting platform. -- **Complex Database Objects** - Custom complex database object in SQL is an element with external dependencies or special server configurations which may result in conflicts when restoring the database in our hosting platform. +- **Complex Database Objects** - Custom complex database objects in SQL is an element with external dependencies or special server configurations, which may result in conflicts when restoring the database in our hosting platform. ## Backup on Umbraco Cloud From 1d4d23ecd47fdd9d196fa88055ffbb7b0c76e5de Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Fri, 4 Apr 2025 10:31:34 +0200 Subject: [PATCH 7/7] Update umbraco-cloud/databases/backups.md --- umbraco-cloud/databases/backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/databases/backups.md b/umbraco-cloud/databases/backups.md index adb881bcf82..d67848e3fd6 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -14,7 +14,7 @@ Read more about Umbraco Cloud's Backup and data retention policy in the FAQ. When restoring a database backup on Umbraco Cloud, certain elements may cause issues: -- **SQL Server logins** - Custom SQL Server logins (for example, admin, sysuser, etc.) may conflict with existing logins when restoring the database in our hosting platform. +- **SQL Server logins** - Custom SQL Server logins (for example, admin, sysuser, etc.) may conflict with existing logins when restoring the database in the hosting platform. - **Complex Database Objects** - Custom complex database objects in SQL is an element with external dependencies or special server configurations, which may result in conflicts when restoring the database in our hosting platform. ## Backup on Umbraco Cloud