mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-03 14:01:57 +02:00
fix ptrack
This commit is contained in:
parent
cf61bae76a
commit
fe8689015a
@ -119,7 +119,8 @@ class RestoreTest(ProbackupTest, unittest.TestCase):
|
||||
|
||||
backup_id = self.backup_node(backup_dir, 'node', node)
|
||||
|
||||
print (node.get_control_data()["Catalog version number"])
|
||||
print(list(node.get_control_data()))
|
||||
|
||||
target_tli = int(node.get_control_data()["Latest checkpoint's TimeLineID"])
|
||||
node.stop()
|
||||
node.cleanup()
|
||||
|
Loading…
x
Reference in New Issue
Block a user