A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/how-to-start-server below:

Start compute of a server - Azure Database for PostgreSQL

Start compute of a server

In this article

APPLIES TO: Azure Database for PostgreSQL - Flexible Server

This article provides step-by-step instructions to start the compute of an Azure Database for PostgreSQL flexible server.

Steps to start compute of a server

Using the Azure portal:

  1. Select your Azure Database for PostgreSQL flexible server.

  2. In the resource menu, select Overview.

  3. The status of the server must be Stopped, for the Start button to appear on the toolbar.

  4. Select the Start button.

  5. A notification informs you that the server is starting.

  6. Also, the status of the server changes to Starting.

  7. When the process completes, a notification informs you that the server is started.

  8. Also, the status of the server changes to Ready.

You can start the compute of a stopped server via the az postgres flexible-server start command.

az postgres flexible-server start \
  --resource-group <resource_group> \
  --name <server>

If you attempt to start the compute of a server which isn't in Stopped state, you receive an error like this:

(ServerIsNotStopped) Start Server can only be performed on Stopped servers. Seever Name = <server>, Current Server State = Updating
Code: ServerIsNotStopped
Message: Start Server can only be performed on Stopped servers. Server Name = <server>, Current Server State = Updating

Note

Starting a server depends on the available capacity in the region. During capacity outages, the server start operation is not guaranteed to succeed. Once the server is started, all management operations are available for the Azure Database for PostgreSQL flexible server.

Additional resources

In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4