Backup Azure Database for PostgreSQL to a Blob Storage
Published Aug 13 2019 12:36 PM 30.1K Views
Microsoft

Often customers want to backup Azure Database for PostgreSQL to a Blob storage pg_dump commnd can't directly write the output file on a Blob Storage, in this post I will explain how this can be done using Azure Files.

 

1- Navigate to your Azure Database for PostgreSQL server on the portal and Run Azure Cloud Shell (Bash). If you run this for the first time it will ask you to create a Storage container and and this will mount an Azure File in it.

2- Type df in the cloud shell and collect the Azure File path

3- Change directory to the cloud drive using the cd command
     in the example below I used cd /usr/bashar/clouddrive

4- Now that you are in that directory run the pg_dump command to extract the backup dump

pg_dump.jpg

5- Backup file is ready and in this example it is under File System "cs47e4f0dddd931x4619xbf7", navigate on the Azure Portal to that file system, as in the following screenshot.

file system.jpg


6- Download backup file if needed or alternatively move it to Blob Storage using AzCopy utility
backup.jpg

 

Thanks to Ramkumar Chandrasekaran for his contribution in this post.

5 Comments
Version history
Last update:
‎Aug 13 2019 02:35 PM
Updated by: