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-perform-backups below:

Perform on-demand backups - Azure Database for PostgreSQL

Perform on-demand backups

In this article

APPLIES TO: Azure Database for PostgreSQL - Flexible Server

This article provides step-by-step instructions to perform on-demand backups of an Azure Database for PostgreSQL flexible server.

Steps to perform on-demand backups

Using the Azure portal:

  1. Select your Azure Database for PostgreSQL flexible server.

  2. In the resource menu, under the Settings section, select Backup and restore.

  3. Select Backup.

  4. In the Backup pane, the Backup name text box is prefilled with a unique name automatically generated for your backup. Feel free to change that name to any name of your preference.

  5. Select the Backup button.

  6. A notification informs you that the on-demand backup is initiated.

  7. Upon successful completion, a notification informs you that the on-demand backup is completed.

You can initiate an on-demand backup of a server via the az postgres flexible-server backup create command.

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

Note

Under any of the following circumstances, you receive an InternalServerError:

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