Quick Update on the Database Issue ( Resolved)
One of my team members connected with Microsoft Technical Support and successfully resolved the problem.
What Happened:
When we switched the database tier from Burstable to General Purpose on May 28th, the database was under heavy load (CPU usage at 100%). Because of that, the SAAS token — an internal authentication token used by Microsoft for PostgreSQL — wasn’t refreshed properly.
Since the token wasn’t refreshed, the system started saving WAL (Write-Ahead Logging) files in the background. These files are usually managed automatically, but the failure in token refresh prevented that process. As a result, around 100GB of WAL files accumulated between May 19th and June 15th.
Solution:
Microsoft’s support team:
- Cleared all the accumulated WAL files
- Manually refreshed the SAAS token
This is not something we have access to manage on our side — only Microsoft’s authorized personnel can perform these actions.
Current Status:
The database is now stable and performing well. Everything looks good on the backend too.