You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-03 00:26:59 +02:00
GCS support for repository storage.
GCS and GCS-compatible object stores can now be used for repository storage.
This commit is contained in:
@ -43,10 +43,10 @@ sub run
|
||||
(
|
||||
{vm => VM2, remote => false, storage => AZURE, encrypt => true, compress => BZ2},
|
||||
{vm => VM2, remote => true, storage => POSIX, encrypt => false, compress => GZ},
|
||||
{vm => VM3, remote => false, storage => POSIX, encrypt => false, compress => ZST},
|
||||
{vm => VM3, remote => false, storage => GCS, encrypt => false, compress => ZST},
|
||||
{vm => VM3, remote => true, storage => AZURE, encrypt => true, compress => LZ4},
|
||||
{vm => VM4, remote => false, storage => S3, encrypt => false, compress => GZ},
|
||||
{vm => VM4, remote => true, storage => POSIX, encrypt => true, compress => ZST},
|
||||
{vm => VM4, remote => true, storage => GCS, encrypt => true, compress => ZST},
|
||||
)
|
||||
{
|
||||
# Only run tests for this vm
|
||||
|
Reference in New Issue
Block a user