Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15ce4e2

Browse files
committed
ned
1 parentb4e17e1 commit15ce4e2

File tree

1 file changed

+0
-11
lines changed
  • testgres/plugins/pg_probackup2/pg_probackup2

1 file changed

+0
-11
lines changed

‎testgres/plugins/pg_probackup2/pg_probackup2/app.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -760,16 +760,5 @@ def archive_push(self, instance, node, wal_file_name, wal_file_path=None, option
760760
cmd=cmd+ ['--wal-file-path={0}'.format(os.path.join(node.data_dir,'pg_wal'))]
761761
returnself.run(cmd+options,expect_error=expect_error)
762762

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-
774763
defbuild_backup_dir(self,backup='backup'):
775764
returnfs_backup_class(rel_path=self.rel_path,backup=backup)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp