Skip to content

Commit 1df5c51

Browse files
authored
Merge pull request #7196 from jesp209i/cloud-backup-limitations
Add one more limitation to Cloud/Database Backups
2 parents 5235e40 + b74a33a commit 1df5c51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

umbraco-cloud/databases/backups.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ When restoring a database backup on Umbraco Cloud, certain elements may cause is
1717
- **SQL Server logins** - Custom SQL Server logins (for example, admin, sysuser, etc.) may conflict with existing logins when restoring the database in the hosting platform.
1818
- **Complex Database Objects** - Custom complex database objects in SQL is an element with external dependencies or special server configurations, which may result in conflicts when restoring the database in our hosting platform.
1919

20+
{% hint style="info" %}
21+
Restoring a database replaces the existing database with a fresh one containing the restored content. Once a Restore has run, you cannot create database backups with a **Date and Time for snapshot (UTC)** earlier than the time of the Restore-operation. However, any existing backups are still available.
22+
{% endhint %}
23+
2024
## Backup on Umbraco Cloud
2125

2226
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

Comments
 (0)