1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-01 09:51:43 +02:00
Commit Graph

775 Commits

Author SHA1 Message Date
Artur Zakirov
8e866c8798 Fix version 2017-03-13 19:29:03 +03:00
Artur Zakirov
6a79870ce9 Disallow page backups from standby 2017-03-13 16:22:48 +03:00
Artur Zakirov
653615b247 Return 0 for --help and --version commands 2017-03-09 14:46:33 +03:00
Artur Zakirov
6fedb2e546 Check in SHOW command that backups in RUNNING status 2017-03-06 11:55:12 +03:00
Artur Zakirov
faae29739e Do not create recovery.conf only if backup-ID was passed and only if destination backup is not stream backup 2017-03-03 17:06:36 +03:00
Artur Zakirov
9ace401921 Refactoring do_restore() and do_validate(). Check tablespace mapping before actual restore 2017-02-28 20:00:18 +03:00
Artur Zakirov
5bc8d459e0 Do not create tablespace_map.txt file 2017-02-27 13:32:11 +03:00
Arthur Zakirov
d7b9fe0b18 Added tablespace-mapping option.
mkdirs.sh is not created now during backup.
Tests were updated.
2017-02-25 15:12:07 +03:00
Artur Zakirov
955d536412 Fix tests. Some tests didn't pass. 2017-02-20 13:58:52 +03:00
Artur Zakirov
38407a0d44 Fix validation test 2017-02-17 16:49:06 +03:00
Artur Zakirov
a3e5458166 Fix do_validate() and do_restore() 2017-02-16 19:44:16 +03:00
Artur Zakirov
a997235f89 Remove sanityChecks(). Fix add_files() 2017-02-16 17:23:43 +03:00
Artur Zakirov
aa271784ed Fixes for retention and validate commands 2017-02-15 20:44:06 +03:00
Artur Zakirov
4cb028cd97 Show dashes if there isn't recovery time of a backup 2017-02-14 17:45:18 +03:00
Artur Zakirov
bf2830bad5 Fix tests for retention policy. Compare WAL segments without timelineid 2017-02-14 14:31:15 +03:00
Artur Zakirov
de2a0d1cde Fix for 9c471aa0e0.
pgdata_exclude[] doesn't exclude files. Add pgdata_exclude_files[].
2017-02-13 14:11:00 +03:00
Arthur Zakirov
976694f1a3 Add retention show|purge commands. Add tests and documentation. 2017-02-12 23:42:10 +03:00
stalkerg
9af7ec092b Some code for testing 64bit XIDs. 2016-12-20 18:13:44 +03:00
stalkerg
9619c43df0 Try fix blinking some tests. 2016-12-20 17:59:51 +03:00
stalkerg
20f055f309 Move from pg_ctl to .stop/.start from new testgres. 2016-12-20 15:46:19 +03:00
stalkerg
9d17c122fb Add check parent backup. 2016-12-19 20:13:58 +03:00
stalkerg
31c8090216 Add many tests and some words for docs. 2016-12-14 17:14:53 +03:00
stalkerg
856e110eaf Start work on restore tests. 2016-12-13 20:45:50 +03:00
stalkerg
3c8242966a Add delete and backup tests. Add simple parser for show line. 2016-12-12 19:21:15 +03:00
stalkerg
e7d6a08bf3 Start working on testgres framework for pg_probackup. 2016-12-09 21:30:22 +03:00