Share via

my Azure Database for PostgreSQL - Flexible Server wont start

Patrick Hartley 0 Reputation points
2025-10-15T16:38:43.62+00:00

When starting my db i get the following errors:

 Error: ERROR: (InternalServerError) An unexpected error occured while processing the request. Tracking ID: '26cb6265-01e7-4f9e-b331-9d7c4fa6242a'

 Code: InternalServerError

 Message: An unexpected error occured while processing the request. Tracking ID:

 '26cb6265-01e7-4f9e-b331-9d7c4fa6242a'

i have tried multiple times, here are errors from other starts:

  • 18247c67-9f05-4cba-83a1-3fdb683b8304
  • 1426c423-5f83-4f56-ae5e-f1907d58e379
  • 26cb6265-01e7-4f9e-b331-9d7c4fa6242a

would love some insight

Azure Database for PostgreSQL

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-10-17T14:52:48.2966667+00:00

    Hi Patrick Hartley,

    Here are few things you can consider:

    1. Check Server Status:
      • Go to the Azure portal and check the server's status in the Overview section. Ensure that it's set to "Running" and not "Stopped" or in any other failed state.
    2. Review Service Health:
      • Check for any active incidents that might be affecting your server by looking at Service Health Notifications.
    3. Potential Burstable SKU Issues:
      • If you’re using a burstable SKU (B-series), consider that performance might drop during peak usage when CPU credits deplete, leading to unresponsive behavior. If applicable, you might want to look at upgrading to a General Purpose or Memory Optimized SKU for more consistent performance.
    4. Restart Attempts:
      • If you have changed any server parameters recently, rolling those back could help. Sometimes, specific settings can prevent the server from starting correctly.
    5. Restore from Backup:
      • If the server continues to fail to start, you may consider restoring it from a backup. You can navigate to Backup and Restore settings in the Azure portal and use a point-in-time recovery.
    6. Monitoring Performance:
      • Set up metrics and alerts under the Monitoring section to keep an eye on performance indicators such as CPU usage, connections, etc.

    If you are using east US you can see some issues as there is some ongoing outage in this region, try different region for work around. Please try to set up alerts in service health so that you will get notified if you are having in regional issues or outages.

    I hope this information helps, kindly consider upvoting the comment it will help others who are facing similar challenges. Please let us know if you have further queries Happy to help you.

    Thanks!

    Kalyani

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.