An Azure relational database service.
It seems you are experiencing issues with restoring your SQL database after encountering a full log backup error during the scaling down of your SQL elastic pool. The error message you received indicates that there are no backups available to restore the database to the specified point in time.
Here are a few steps you can take to troubleshoot and potentially resolve the issue:
- Check Backup Availability: Ensure that there are indeed backups available for the database. You can do this by checking the Azure portal or using T-SQL commands to list available backups.
- Review Backup Retention Policies: Verify the backup retention settings for your Azure SQL Database. If the retention period has expired, older backups may no longer be available.
- Contact Support: Since the error message suggests contacting support, it may be beneficial to reach out to Azure support for assistance. They can help determine if there are any backups that can be restored or if there are other issues affecting your database.
- Consider Point-in-Time Restore: If you have access to a recent backup, you might be able to perform a point-in-time restore to a time just before the scaling operation began, assuming backups are available within the retention period.
- Monitor Database Status: After attempting a restore, monitor the status of your database to ensure it becomes accessible again.
If you continue to face issues, it may be necessary to provide detailed logs and error messages to support for further investigation.