@August Admin
Thanks for the question and for using Microsoft Q&A platform.
As per my understanding, it seems like you are experiencing issues with a PostgreSQL flexible server backup running for more than 3 days, causing new backups to fail.
You can try the following steps to resolve the issue:
- Sometimes, restarting the server can help clear the stuck backup job. You can do this from the Azure portal by navigating to your PostgreSQL flexible server and selecting "Restart" under the "Overview" section.
- If the backup job is still stuck, you might need to delete the backup instance. You can do this using the portal or Azure CLI.
https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/how-to-delete-backups?tabs=portal-delete-on-demand-backups
https://learn.microsoft.com/en-us/azure/backup/backup-azure-database-postgresql-flex-manage
You can restart the job if required.
Hope this helps. Please let us know if you have any further questions.