You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Azure support for repository storage.
Azure and Azure-compatible object stores can now be used for repository storage. Currently only shared key authentication is supported but SAS will be added soon.
This commit is contained in:
@ -48,7 +48,7 @@ sub run
|
||||
{vm => VM1, storage => POSIX, encrypt => false},
|
||||
{vm => VM2, storage => S3, encrypt => true},
|
||||
{vm => VM3, storage => POSIX, encrypt => false},
|
||||
{vm => VM4, storage => S3, encrypt => true},
|
||||
{vm => VM4, storage => AZURE, encrypt => true},
|
||||
)
|
||||
{
|
||||
# Only run tests for this vm
|
||||
|
Reference in New Issue
Block a user