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