Unable to add tags to an Azure Database for PostgreSQL flexible server

Mark Schlesinger 0 Reputation points
2025-03-25T16:49:54.0433333+00:00

We are trying to add tags to an existing Azure Database for PostgreSQL flexible server. We have tried via the Azure Portal and the CLI, but it will not work. The command I run is:

az postgres flexible-server update -n <servername> -g <resourcegroup> --tags Environment=STAGE

The error I get is:

() Server <servername> is busy with other operations. Please try later Code: Message: Server <servername> is busy with other operations. Please try later

We have tried multiple times and don't understand why it's not working.

Azure Database for PostgreSQL
{count} votes

1 answer

Sort by: Most helpful
  1. RahulRandive 10,486 Reputation points Volunteer Moderator
    2025-03-28T18:36:31.1533333+00:00

    Hi

    It sounds like you're encountering a common issue with Azure Database for PostgreSQL flexible servers. The error message indicates that the server is currently busy with other operations, which can prevent the update command from executing successfully

    Busy Server Operations: This issue can occur if the server is engaged in other operations, such as maintenance or other DDL operation.

    Check Server Status: Verify if there are any ongoing operations or maintenance tasks that might be causing the server to be busy.

    Thank You!

    0 comments No comments

Your answer

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