mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-05 13:20:31 +02:00
fix ptrack
This commit is contained in:
parent
6a0b6b2a97
commit
85fcbd5bbb
@ -119,7 +119,7 @@ class RestoreTest(ProbackupTest, unittest.TestCase):
|
||||
|
||||
backup_id = self.backup_node(backup_dir, 'node', node)
|
||||
|
||||
print(list(node.get_control_data()))
|
||||
print(node._execute_utility("pg_controldata", ["-D",node.data_dir]))
|
||||
|
||||
target_tli = int(node.get_control_data()["Latest checkpoint's TimeLineID"])
|
||||
node.stop()
|
||||
|
Loading…
Reference in New Issue
Block a user