EnterpriseDB / barman

Barman - Backup and Recovery Manager for PostgreSQL
https://www.pgbarman.org/
GNU General Public License v3.0
2.06k stars 191 forks source link

barman-cloud-restore encount read timeout when restore from azure blob #907

Open litaocdl opened 6 months ago

litaocdl commented 6 months ago

"options": ["https://pgrkn4ba8u.blob.core.windows.net/p-78sv9otrpg/","p-78sv9otrpg","20240308T220302","--cloud-provider","azure-blob-storage","--credential","managed-identity","/var/lib/postgresql/data/pgdata"]}

error met is 2024-03-09 04:11:11,070 [31] WARNING: Unable to stream download: HTTPSConnectionPool(host='pgrkn4ba8u.blob.core.windows.net', port=443): Read timed out."

I saw there are --read-timeout option, but only applied for s3 provider, do we have similiar for azure-blob-storage ?

or do we support resume download from azure blob ?