az postgres flexible-server backup
Manage flexible server backups.
Commands
Name | Description | Type | Status |
---|---|---|---|
az postgres flexible-server backup create |
Create a new backup for a flexible server. |
Core | GA |
az postgres flexible-server backup delete |
Delete a specific backup. |
Core | GA |
az postgres flexible-server backup list |
List all the backups for a given server. |
Core | GA |
az postgres flexible-server backup show |
Show the details of a specific backup for a given server. |
Core | GA |
az postgres flexible-server backup create
Create a new backup for a flexible server.
az postgres flexible-server backup create --backup-name
--name
--resource-group
Examples
Create a backup.
az postgres flexible-server backup create -g testgroup -n testsvr --backup-name testbackup
Required Parameters
The name of the new backup.
Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az postgres flexible-server backup delete
Delete a specific backup.
az postgres flexible-server backup delete --backup-name
[--ids]
[--name]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete a backup.
az postgres flexible-server backup delete -g testgroup -n testsvr --backup-name testbackup
Required Parameters
The name of the new backup.
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az postgres flexible-server backup list
List all the backups for a given server.
az postgres flexible-server backup list --name
--resource-group
Examples
List all backups for 'testsvr'.
az postgres flexible-server backup list -g testgroup -n testsvr
Required Parameters
Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az postgres flexible-server backup show
Show the details of a specific backup for a given server.
az postgres flexible-server backup show [--backup-name]
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Show the details of backup 'testbackup' for 'testsvr'.
az postgres flexible-server backup show -g testgroup -n testsvr --backup-name testbackup
Optional Parameters
The name of the backup.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI