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-list-all-backups below:

List all backups - Azure Database for PostgreSQL

This article provides step-by-step instructions to list all full backups of an Azure Database for PostgreSQL flexible server.

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. In Backup type, select On-demand if you want to only see the on-demand backups which are still available to be restored.

You can list currently available on-demand backups of a server via the az postgres flexible-server backup list command.

az postgres flexible-server backup list \
  --resource-group <resource_group> \
  --name <server> \
  --query "[?backupType=='Customer On-Demand']" \
  --output table

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