title | description | author | ms.service | ms.topic | ms.date | ms.author | ms.reviewer |
---|---|---|---|---|---|---|---|
Online backup and on-demand data restore in Azure Cosmos DB. |
This article describes how automatic backup, on-demand data restore works. It also explains the difference between continuous and periodic backup modes. |
kanshiG |
cosmos-db |
how-to |
11/15/2021 |
govindk |
mjbrown |
[!INCLUDEappliesto-all-apis]
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.
There are two backup modes:
-
Continuous backup mode – This mode allows you to do restore to any point of time within the last 30 days. You can choose this mode while creating the Azure Cosmos DB account. To learn more, see the Introduction to Continuous backup mode, provision continuous backup using Azure portal, PowerShell, CLI, or Azure Resource Manager articles. You can also migrate the accounts from periodic to continuous mode.
-
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 article.
[!NOTE] If you configure a new account with continuous backup, you can do self-service restore via Azure portal, PowerShell, or CLI. If your account is configured in continuous mode, you can’t switch it back to periodic mode.
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.
No. You can only restore between accounts within the same subscription.
Can I restore into an account that has fewer partitions or low provisioned throughput than the source account?
No. You can't restore into an account with lower RU/s or fewer partitions.
Yes. However, analytical store data isn't included in backups and restores. When Synapse Link is enabled on a database account, Azure Cosmos DB will continue to automatically take backups of your data in the transactional store at scheduled backup interval, as always.
Yes, but only for the regular transactional data. Backup and restore of your data in the analytical store is not supported at this time.
Next you can learn about how to configure and manage periodic and continuous backup modes for your account:
- Configure and manage periodic backup policy.
- What is continuous backup mode?
- Provision continuous backup using Azure portal, PowerShell, CLI, or Azure Resource Manager.
- Restore continuous backup account using Azure portal, PowerShell, CLI, or Azure Resource Manager.
- Migrate to an account from periodic backup to continuous backup.
- Manage permissions required to restore data with continuous backup mode.
- Resource model of continuous backup mode