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
9312cda92d
commit
8c832896bf
@ -119,8 +119,8 @@ class RestoreTest(ProbackupTest, unittest.TestCase):
|
||||
|
||||
backup_id = self.backup_node(backup_dir, 'node', node)
|
||||
|
||||
import testgres
|
||||
print(testgres._execute_utility("pg_controldata", ["-D",node.data_dir]))
|
||||
for key, value in node.get_control_data().items():
|
||||
print(key)
|
||||
|
||||
target_tli = int(node.get_control_data()["Latest checkpoint's TimeLineID"])
|
||||
node.stop()
|
||||
|
Loading…
x
Reference in New Issue
Block a user