mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
fix ptrack
This commit is contained in:
@@ -40,7 +40,7 @@ class SimpleTest(ProbackupTest, unittest.TestCase):
|
||||
|
||||
if self.verbose:
|
||||
print('Killing postmaster. Losing Ptrack changes')
|
||||
node.pg_ctl('stop', ['-m', 'immediate', '-D', node.data_dir])
|
||||
node.stop(['-m', 'immediate', '-D', node.data_dir])
|
||||
if not node.status():
|
||||
node.start()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user