diff --git a/umbraco-cloud/databases/backups.md b/umbraco-cloud/databases/backups.md index d67848e3fd6..a7a9590515c 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 + +When a backup creation fails, you can click the triangle icon to view more details about the error. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Error NameDescription
CreateDatabaseBackupFailedUnableToFindResourceMetadata for new backup is missing.
CreateDatabaseBackupFailedUnableToFindOperationOperation metadata for new backup is missing.
CreateDatabaseBackupFailedUnableToCreatePointInTimeRestoreCannot create the temporary database used for point-in-time restore.
CreateDatabaseBackupFailedUnableToStartDatabaseRestorePoint-in-time restore on the temporary database failed.
CreateBackupJobContainerFailedThe job that creates and stores the backup file failed.
CreateBackupJobContainerUnknownErrorAn uncategorized error occurred during the job that creates and stores the 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 + +When an upload fails, you can click the triangle icon to view more details about the error. + + + + + + + + + + + + + + + + + + + + + + +
Error NameDescription
ImportBackupAbortedUser aborted the upload.
ImportBackupFailedUnknownAn unknown error occurred during the 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 %} + +