Forum Discussion

SimonWright's avatar
SimonWright
Copper Contributor
Jul 06, 2022
Solved

Backup and restore postgres to blob

The company is developing a client app using postgresql 14 flexible server for the backend. There will be a few db's for various management/control purposes but the main db is multi-tenant and being ...
  • bake13's avatar
    Aug 17, 2022

    Hi SimonWright -- As the link you provided below mentions, while it is possible to mount storage and backup via cloud shell, I personally not found it to be a scalable solution suitable for production use.

     

    Have you considered creating a temporary VM in Azure to perform the pg_dump and pg_restore operations, then simply delete the VM?  In my experience this works well.  Take care.

Resources