I have a Postgres 11 server (Single server) that does not show up in portal, but is still billed

Geir Sagberg 0 Reputation points
2025-12-12T17:48:55.7766667+00:00

I have a postgres server gaver11.postgres.database.azure.com that should probably have been migrated from Single to Flexible server earlier, but the web app still works and can connect to the server.

However, I can no longer see the server in the portal or via the CLI, so therefore I can no longer migrate it to a Flexible server.

I am still billed for it.

How can I migrate the server?

Azure Database for PostgreSQL
{count} votes

2 answers

Sort by: Most helpful
  1. Geir Sagberg 0 Reputation points
    2025-12-12T23:39:41.2366667+00:00

    I set the subscription, but could not find any resources:

    geir@Azure:~$ az graph query -q "resources | where name contains 'gaver11'"

    {

    "count": 0,

    "data": [],

    "skip_token": null,

    "total_records": 0

    }

    However, the pg_dump worked and I was able to restore to a new flexible database.

    I still am not able to delete the old database, however. I will try to create a support ticket to have it deleted.


  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.