postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

Add logical backup for azure

Open stgrace opened this issue 2 years ago • 1 comments

This PR adds support for logical backups to be pushed to Azure

In the backup script used to create a logical backup and push to cloud, I had to temporarily write the logical backup to a file in tmp, because Azure's cli cannot by upload data from stdin to a file in a storage account. There is an extension that can do so, but this extension only works with strings, and fails when you pipe the result of the compress to it. (https://github.com/Azure/azure-cli-extensions/blob/main/src/storage-blob-preview/azext_storage_blob_preview/_help.py#L172)

stgrace avatar Sep 19 '22 19:09 stgrace

I would love to see this merged

rgarcia89 avatar Oct 07 '22 12:10 rgarcia89

:+1:

FxKu avatar Jan 05 '23 10:01 FxKu

👍

idanovinda avatar Jan 05 '23 11:01 idanovinda