What happened
Starting at 09:21 UTC on July 24, 2025, the Laravel Cloud dashboard became unavailable, including the ability to deploy applications. All hosted applications continued running without interruption — we only impacted the part of the platform you use to manage and deploy your applications. Full service was restored at 09:37 UTC, for a total downtime of 16 minutes.
What caused it
A scheduled database migration that added a new column to our deployments table was blocked by an existing long-running query against that same table. Because the migration couldn’t acquire the necessary lock, the deployment pipeline stalled. Once we identified and terminated the blocking query, the migration completed successfully.
How we fixed it
What we’re doing next