We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb4e17e1 commit15ce4e2Copy full SHA for 15ce4e2
testgres/plugins/pg_probackup2/pg_probackup2/app.py
@@ -760,16 +760,5 @@ def archive_push(self, instance, node, wal_file_name, wal_file_path=None, option
760
cmd=cmd+ ['--wal-file-path={0}'.format(os.path.join(node.data_dir,'pg_wal'))]
761
returnself.run(cmd+options,expect_error=expect_error)
762
763
-
764
-# Local or S3 backup
765
-fs_backup_class=FSTestBackupDir
766
-ifos.environ.get('PG_PROBACKUP_S3_TEST',os.environ.get('PROBACKUP_S3_TYPE_FULL_TEST')):
767
-root=os.path.realpath(os.path.join(os.path.dirname(__file__),'../..'))
768
-ifrootnotinsys.path:
769
-sys.path.append(root)
770
-frompg_probackup2.storage.s3_backupimportS3TestBackupDir
771
772
-fs_backup_class=S3TestBackupDir
773
774
defbuild_backup_dir(self,backup='backup'):
775
returnfs_backup_class(rel_path=self.rel_path,backup=backup)