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