We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b9f90 commit 1bcb9e2Copy full SHA for 1bcb9e2
umbraco-cloud/databases/backups.md
@@ -10,6 +10,13 @@ description: >-
10
Read more about Umbraco Cloud's Backup and data retention policy in the FAQ.
11
{% endhint %}
12
13
+## Limitations
14
+
15
+When restoring a database backup on Umbraco Cloud, certain elements could cause issues:
16
17
+- **SQL Server logins** - Those could be stored at the server level (in the master database) rather than within the user database itself.
18
+- **Complex Database Objects** - A complex database object in SQL is an element with external dependencies, special server configurations.
19
20
## Backup on Umbraco Cloud
21
22
On Umbraco Cloud, you can utilize our 35-day point-in-time recovery to create and download a `bacpac` file from your project.
0 commit comments