From 563dd1565d39f01f3e926ffea0da8acdef3e265a Mon Sep 17 00:00:00 2001 From: Jesper Madsen <32263802+jesp209i@users.noreply.github.com> Date: Tue, 8 Apr 2025 09:57:50 +0200 Subject: [PATCH 1/8] Backups feature errorcodes --- umbraco-cloud/databases/backups.md | 77 ++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 4 deletions(-) diff --git a/umbraco-cloud/databases/backups.md b/umbraco-cloud/databases/backups.md index d67848e3fd6..6e85fd55cd7 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -46,6 +46,49 @@ When you click on the **Create Backup** button, the system will start creating a
Download or delete backup

Download or delete backup

+### Create Backup Errors + +On a failed create backup you can click on the triangle to get more information about the failure. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Error NameDescription
CreateDatabaseBackupFailedUnableToFindResourceMetadata for new backup is missing.
CreateDatabaseBackupFailedUnableToFindOperationOperation metadata for new backup is missing.
CreateDatabaseBackupFailedUnableToCreatePointInTimeRestoreCannot create the temporary database used to do a point in time.
CreateDatabaseBackupFailedUnableToStartDatabaseRestorePoint in time restore on temporary database failed.
CreateBackupJobContainerFailedJob that creates and stores backup file failed.
CreateBackupJobContainerUnknownErrorUncategorized error during job that creates and stores backup file.
CreateBackupJobContainerTimeOutJob for creating and storing the backup file took too long.
+ ## Upload Database There might be times when you want to upload a database backup to Umbraco Cloud. You might need to restore your database to a certain point in time, or you might be migrating a project to Umbraco Cloud. @@ -66,7 +109,34 @@ Follow the steps below to upload a `.bacpac` file to your Umbraco Cloud project: Once the Database has been uploaded, restoring the backup to your environment is possible. -### Restore Database +### Upload Database Errors + +On a failed upload you can click on the triangle to get more information about the failure. + + + + + + + + + + + + + + + + + + + + + + +
Error NameDescription
ImportBackupAbortedUser aborted the upload.
ImportBackupFailedUnknownUnknown error happened during upload.
ImportBackupFailedUpoload took too long.
+ +## Restore Database When restoring a database backup on Umbraco Cloud, certain elements may cause issues. For more details, see the [Limitations](#limitations) section . @@ -79,9 +149,6 @@ Once you have uploaded a backup, you might want to restore it to one of your env
Choose which environment to restore the backup on

Choose which environment to restore the backup on

- - - 3. **Optional:** Create a Cloud Backup of the selected environment's database before restoring the backup. 4. Click **"Restore backup"** @@ -114,3 +181,5 @@ GO For reference please see the [Microsoft documentation on the topic](https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/contained-database-authentication-server-configuration-option?view=sql-server-ver16). {% endhint %} + + From 2108596c52812b8aa46de954cc806c6d24264b61 Mon Sep 17 00:00:00 2001 From: Jesper Madsen <32263802+jesp209i@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:50:00 +0200 Subject: [PATCH 2/8] 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 6e85fd55cd7..fedb2423934 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -48,7 +48,7 @@ When you click on the **Create Backup** button, the system will start creating a ### Create Backup Errors -On a failed create backup you can click on the triangle to get more information about the failure. +When a backup creation fails, you can click the triangle icon to view more details about the error. From 1447be30eb896f118ac6793eac1d52cb29a30a0f Mon Sep 17 00:00:00 2001 From: Jesper Madsen <32263802+jesp209i@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:50:17 +0200 Subject: [PATCH 3/8] 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 fedb2423934..6b86f1aeeeb 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -72,7 +72,7 @@ When a backup creation fails, you can click the triangle icon to view more detai - + From 6aac40ee9a6d91336d68cfe9b6cdf1f877ce8e4d Mon Sep 17 00:00:00 2001 From: Jesper Madsen <32263802+jesp209i@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:50:28 +0200 Subject: [PATCH 4/8] 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 6b86f1aeeeb..67bd3992b74 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -68,7 +68,7 @@ When a backup creation fails, you can click the triangle icon to view more detai - + From 5b278ace919891368961317bfa3567942c63e474 Mon Sep 17 00:00:00 2001 From: Jesper Madsen <32263802+jesp209i@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:50:40 +0200 Subject: [PATCH 5/8] 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 67bd3992b74..fec26232a82 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -80,7 +80,7 @@ When a backup creation fails, you can click the triangle icon to view more detai - + From 7f8c5eee415171ace9f189ca8c53a44005d472dc Mon Sep 17 00:00:00 2001 From: Jesper Madsen <32263802+jesp209i@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:50:54 +0200 Subject: [PATCH 6/8] 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 fec26232a82..1a0e7298b35 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -76,7 +76,7 @@ When a backup creation fails, you can click the triangle icon to view more detai - + From 41213c3890f1ccd46ebca697622e0a38048cb9e0 Mon Sep 17 00:00:00 2001 From: Jesper Madsen <32263802+jesp209i@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:51:04 +0200 Subject: [PATCH 7/8] 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 1a0e7298b35..4c5736919a2 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -111,7 +111,7 @@ Once the Database has been uploaded, restoring the backup to your environment is ### Upload Database Errors -On a failed upload you can click on the triangle to get more information about the failure. +When an upload fails, you can click the triangle icon to view more details about the error.
CreateDatabaseBackupFailedUnableToStartDatabaseRestorePoint in time restore on temporary database failed.Point-in-time restore on the temporary database failed.
CreateBackupJobContainerFailed
CreateDatabaseBackupFailedUnableToCreatePointInTimeRestoreCannot create the temporary database used to do a point in time.Cannot create the temporary database used for point-in-time restore.
CreateDatabaseBackupFailedUnableToStartDatabaseRestore
CreateBackupJobContainerUnknownErrorUncategorized error during job that creates and stores backup file.An uncategorized error occurred during the job that creates and stores the backup file.
CreateBackupJobContainerTimeOut
CreateBackupJobContainerFailedJob that creates and stores backup file failed.The job that creates and stores the backup file failed.
CreateBackupJobContainerUnknownError
From 422a281aa9a383bdf1f0ed1f5d5beaa5d36dceb0 Mon Sep 17 00:00:00 2001 From: Jesper Madsen <32263802+jesp209i@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:51:12 +0200 Subject: [PATCH 8/8] 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 4c5736919a2..a7a9590515c 100644 --- a/umbraco-cloud/databases/backups.md +++ b/umbraco-cloud/databases/backups.md @@ -127,7 +127,7 @@ When an upload fails, you can click the triangle icon to view more details about - +
ImportBackupFailedUnknownUnknown error happened during upload.An unknown error occurred during the upload.
ImportBackupFailed