1
0
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:
Arthur Zakirov
2017-02-25 15:12:07 +03:00
parent 102d50ed4a
commit d7b9fe0b18
12 changed files with 705 additions and 348 deletions

View File

@ -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