I want to make a permanent backup in AZURE backup (that is, it is backed up only once and the backup remains in the vault and I can recover it for more than 5 years)

Laura Fabiola Meza Gallegos 40 Reputation points
2023-10-04T17:55:24.1866667+00:00
The backup I want to make is a backup of a SQL database that I want to have in the cloud and if I need to recover it I can do it in a period of 5 years or more
Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. RahulRandive 10,486 Reputation points Volunteer Moderator
    2023-10-04T20:44:28.7933333+00:00

    Hi @Laura Fabiola Meza Gallegos

    With Azure SQL Database, you can set a long-term backup retention policy (LTR) to automatically retain backups in separate Azure Blob storage containers for up to 10 years. You can then recover a database using these backups using the Azure portal, Azure CLI, or PowerShell.

    When you enable a long-term backup retention policy, it may take up to 7 days for the first backup to become visible and available to restore.

    Here are the reference documents- https://learn.microsoft.com/en-us/azure/azure-sql/database/long-term-backup-retention-configure?view=azuresql&tabs=portal

    https://www.sqlshack.com/managing-retention-period-of-azure-sql-database-backup/

    https://learn.microsoft.com/en-us/azure/azure-sql/database/long-term-retention-overview?view=azuresql

    Thank you!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.