You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-07-17 07:22:20 +02:00
fix ptrack
This commit is contained in:
@ -21,7 +21,6 @@ class RestoreTest(ProbackupTest, unittest.TestCase):
|
||||
pg_options={'wal_level': 'replica'}
|
||||
)
|
||||
print(node.should_rm_dirs)
|
||||
node.should_rm_dirs = True
|
||||
backup_dir = os.path.join(self.tmp_path, module_name, fname, 'backup')
|
||||
self.init_pb(backup_dir)
|
||||
self.add_instance(backup_dir, 'node', node)
|
||||
|
Reference in New Issue
Block a user