Hi @Tim Herman,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
As I understand it, you're facing an issue with the visibility of your globally redundant backups when trying to restore them to a different region. Here are a few troubleshooting steps:
- Ensure that your backup storage redundancy is correctly configured to be geo-redundant. This setting ensures that your backups are replicated to a paired region, allowing for cross-region restores.
- Even with geo-redundant storage, there might be a delay in the replication process. This could cause backups to not immediately appear in the target region. Check if the backups appear after some time.
- The Azure portal might show different options compared to SSMS. While SSMS can list all backups, the Azure portal might restrict restore options to the same server for simplicity. Using PowerShell or Azure CLI might provide more flexibility for cross-region restores.
- Ensure that you have the necessary permissions to access and restore backups in the target region. Sometimes, access issues can prevent visibility of backups.
- Verify that your backup retention policies are correctly set to retain backups for the desired period. If backups are not retained long enough, they might not be available for restore.
For more information, please refer the documents: https://techcommunity.microsoft.com/blog/azuresqlblog/configuring-backup-storage-redundancy-in-azure-sql/1554322
https://learn.microsoft.com/en-us/azure/azure-sql/database/automated-backups-overview?view=azuresql
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.