You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-07-17 07:22:20 +02:00
Added tablespace-mapping option.
mkdirs.sh is not created now during backup. Tests were updated.
This commit is contained in:
@ -51,7 +51,7 @@ class ValidateTest(ProbackupTest, unittest.TestCase):
|
||||
target_xid = res[0][0]
|
||||
|
||||
node.execute("postgres", "SELECT pg_switch_xlog()")
|
||||
node.stop({"-m": "immediate"})
|
||||
node.stop({"-m": "smart"})
|
||||
|
||||
id_backup = self.show_pb(node)[0].id
|
||||
|
||||
|
Reference in New Issue
Block a user