Skip to content

Commit 563dd15

Browse files
authored
Backups feature errorcodes
1 parent 2ae5e6c commit 563dd15

File tree

1 file changed

+73
-4
lines changed

1 file changed

+73
-4
lines changed

umbraco-cloud/databases/backups.md

Lines changed: 73 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,49 @@ When you click on the **Create Backup** button, the system will start creating a
4646

4747
<figure><img src="../.gitbook/assets/image (73).png" alt="Download or delete backup"><figcaption><p>Download or delete backup</p></figcaption></figure>
4848

49+
### Create Backup Errors
50+
51+
On a failed create backup you can click on the triangle to get more information about the failure.
52+
53+
<table>
54+
<thead>
55+
<tr>
56+
<th>Error Name</th>
57+
<th>Description</th>
58+
</tr>
59+
</thead>
60+
<tbody>
61+
<tr>
62+
<td>CreateDatabaseBackupFailedUnableToFindResource</td>
63+
<td>Metadata for new backup is missing.</td>
64+
</tr>
65+
<tr>
66+
<td>CreateDatabaseBackupFailedUnableToFindOperation</td>
67+
<td>Operation metadata for new backup is missing.</td>
68+
</tr>
69+
<tr>
70+
<td>CreateDatabaseBackupFailedUnableToCreatePointInTimeRestore</td>
71+
<td>Cannot create the temporary database used to do a point in time.</td>
72+
</tr>
73+
<tr>
74+
<td>CreateDatabaseBackupFailedUnableToStartDatabaseRestore</td>
75+
<td>Point in time restore on temporary database failed.</td>
76+
</tr>
77+
<tr>
78+
<td>CreateBackupJobContainerFailed</td>
79+
<td>Job that creates and stores backup file failed.</td>
80+
</tr>
81+
<tr>
82+
<td>CreateBackupJobContainerUnknownError</td>
83+
<td>Uncategorized error during job that creates and stores backup file.</td>
84+
</tr>
85+
<tr>
86+
<td>CreateBackupJobContainerTimeOut</td>
87+
<td>Job for creating and storing the backup file took too long.</td>
88+
</tr>
89+
</tbody>
90+
</table>
91+
4992
## Upload Database
5093

5194
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:
66109

67110
Once the Database has been uploaded, restoring the backup to your environment is possible.
68111

69-
### Restore Database
112+
### Upload Database Errors
113+
114+
On a failed upload you can click on the triangle to get more information about the failure.
115+
116+
<table>
117+
<thead>
118+
<tr>
119+
<th>Error Name</th>
120+
<th>Description</th>
121+
</tr>
122+
</thead>
123+
<tbody>
124+
<tr>
125+
<td>ImportBackupAborted</td>
126+
<td>User aborted the upload.</td>
127+
</tr>
128+
<tr>
129+
<td>ImportBackupFailedUnknown</td>
130+
<td>Unknown error happened during upload.</td>
131+
</tr>
132+
<tr>
133+
<td>ImportBackupFailed</td>
134+
<td>Upoload took too long.</td>
135+
</tr>
136+
</tbody>
137+
</table>
138+
139+
## Restore Database
70140

71141
When restoring a database backup on Umbraco Cloud, certain elements may cause issues. For more details, see the [Limitations](#limitations) section .
72142

@@ -79,9 +149,6 @@ Once you have uploaded a backup, you might want to restore it to one of your env
79149

80150
<figure><img src="../.gitbook/assets/image (72).png" alt="Choose which environment to restore the backup on"><figcaption><p>Choose which environment to restore the backup on</p></figcaption></figure>
81151

82-
83-
84-
85152
3. **Optional:** Create a Cloud Backup of the selected environment's database before restoring the backup.
86153
4. Click **"Restore backup"**
87154

@@ -114,3 +181,5 @@ GO
114181

115182
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).
116183
{% endhint %}
184+
185+

0 commit comments

Comments
 (0)