You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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
+
49
92
## Upload Database
50
93
51
94
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:
66
109
67
110
Once the Database has been uploaded, restoring the backup to your environment is possible.
68
111
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
70
140
71
141
When restoring a database backup on Umbraco Cloud, certain elements may cause issues. For more details, see the [Limitations](#limitations) section .
72
142
@@ -79,9 +149,6 @@ Once you have uploaded a backup, you might want to restore it to one of your env
79
149
80
150
<figure><imgsrc="../.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>
81
151
82
-
83
-
84
-
85
152
3.**Optional:** Create a Cloud Backup of the selected environment's database before restoring the backup.
86
153
4. Click **"Restore backup"**
87
154
@@ -114,3 +181,5 @@ GO
114
181
115
182
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).
0 commit comments