Skip to content

Commit 472b7a0

Browse files
Merge pull request #179988 from SnehaGunda/MICassandra
Adding restore FAQ
2 parents d4a1a0b + 256bfbe commit 472b7a0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/cosmos-db/online-backup-and-restore.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.reviewer: sngun
1515

1616
Azure Cosmos DB automatically takes backups of your data at regular intervals. The automatic backups are taken without affecting the performance or availability of the database operations. All the backups are stored separately in a storage service. The automatic backups are helpful in scenarios when you accidentally delete or update your Azure Cosmos account, database, or container and later require the data recovery. Azure Cosmos DB backups are encrypted with Microsoft managed service keys. These backups are transferred over a secure non-public network. Which means, backup data remains encrypted while transferred over the wire and at rest. Backups of an account in a given region are uploaded to storage accounts in the same region.
1717

18+
## Backup modes
19+
1820
There are two backup modes:
1921

2022
* **Periodic backup mode** - This mode is the default backup mode for all existing accounts. In this mode, backup is taken at a periodic interval and the data is restored by creating a request with the support team. In this mode, you configure a backup interval and retention for your account. The maximum retention period extends to a month. The minimum backup interval can be one hour. To learn more, see the [Periodic backup mode](configure-periodic-backup-restore.md) article.
@@ -26,6 +28,16 @@ There are two backup modes:
2628
2729
For Azure Synapse Link enabled accounts, analytical store data isn't included in the backups and restores. When Synapse Link is enabled, Azure Cosmos DB will continue to automatically take backups of your data in the transactional store at a scheduled backup interval. Automatic backup and restore of your data in the analytical store is not supported at this time.
2830

31+
## Frequently asked questions
32+
33+
### Can I restore from an account A in subscription S1 to account B in a subscription S2?
34+
35+
No. You can only restore between accounts within the same subscription.
36+
37+
### Can I restore into an account that has fewer partitions or low provisioned throughput than the source account?
38+
39+
No. You can't restore into an account with lower RU/s or fewer partitions.
40+
2941
## Next steps
3042

3143
Next you can learn about how to configure and manage periodic and continuous backup modes for your account:

0 commit comments

Comments
 (0)