Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions umbraco-cloud/databases/backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
Read more about Umbraco Cloud's Backup and data retention policy in the FAQ.
{% endhint %}

## Limitations

When restoring a database backup on Umbraco Cloud, certain elements could cause issues:

- **SQL Server logins** - Those could be stored at the server level (in the master database) rather than within the user database itself.

Check warning on line 17 in umbraco-cloud/databases/backups.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.Terms] We prefer 'primary' over 'master.' Raw Output: {"message": "[UmbracoDocs.Terms] We prefer 'primary' over 'master.'", "location": {"path": "umbraco-cloud/databases/backups.md", "range": {"start": {"line": 17, "column": 77}}}, "severity": "WARNING"}
- **Complex Database Objects** - A complex database object in SQL is an element with external dependencies, special server configurations.

## Backup on Umbraco Cloud

On Umbraco Cloud, you can utilize our 35-day point-in-time recovery to create and download a `bacpac` file from your project.
Expand Down
Loading