1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00
Commit Graph

29 Commits

Author SHA1 Message Date
Anastasia
3ca609a0ff Code cleanup: validate 2017-04-14 12:51:05 +03:00
Anastasia
75534a00be Code cleanup. Unify restore and validate. Remove unused functions. 2017-04-13 19:37:29 +03:00
Anastasia
9d14e06c35 Allow reading BACKUP_PATH from env variables, add some new options (not implemented yet) 2017-04-12 19:32:05 +03:00
Anastasia
2f76db68e5 Options change: now backupID should be passed to all subcommands as parameter -i or --backup-id 2017-04-12 19:13:43 +03:00
Anastasia
0f6d4140f4 Code cleanup. Now only PGDATA, PGHOST, PGPORT, PGUSER and PGDATABASE can be set from enviromental variables. If values was already set via command line option, it wouldn't be overwritten. 2017-04-12 18:57:02 +03:00
Anastasia
612070c48d Code cleanup. remove unused check option 2017-04-12 17:39:20 +03:00
Anastasia
0f59db3399 Code cleanup. Parse subcmd before options 2017-04-12 17:26:19 +03:00
Artur Zakirov
e6a478a5e8 Update version 2017-04-07 15:15:41 +03:00
Artur Zakirov
cc1d1edbac Change retention purge command finish message 2017-03-27 15:24:42 +03:00
Artur Zakirov
b31485640b Read recovery_time and recovery_xid from WAL segments whenever possible 2017-03-24 16:58:35 +03:00
Artur Zakirov
f3bdedcf4d Add backup option --archive-timeout 2017-03-24 14:07:03 +03:00
Artur Zakirov
176102b159 Refactor backup connection for PostgreSQL 2017-03-21 11:54:49 +03:00
Artur Zakirov
8e866c8798 Fix version 2017-03-13 19:29:03 +03:00
Artur Zakirov
653615b247 Return 0 for --help and --version commands 2017-03-09 14:46:33 +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
733cf37195 Use pg_probackup.pid file instead of locking pg_probackup.conf 2017-03-01 18:18:40 +03:00
Artur Zakirov
b67dd1e2ea Update copyright 2017-03-01 16:50:07 +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
a3e5458166 Fix do_validate() and do_restore() 2017-02-16 19:44:16 +03:00
Artur Zakirov
b188a8a5e3 Fix handling of unrecognized options 2017-02-15 16:22:49 +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
ed8fbcab78 Make validate logic like restore. issue #5 2016-12-06 16:44:18 +03:00
stalkerg
96a5f13125 Save and compare system-identifier. 2016-11-25 17:50:54 +03:00
stalkerg
b127345cd5 Add muti-thread validation. 2016-11-25 14:26:58 +03:00
stalkerg
2eb6d92ee1 Make strict depend on backup-id for validate command. 2016-11-25 12:52:40 +03:00
stalkerg
46768faefd Change parse cmd options. 2016-11-17 13:11:24 +03:00
stalkerg
6c94ea7fb1 Correct help texts. 2016-11-16 21:32:26 +03:00
stalkerg
37da8b080a Add main files and rename ini to conf. 2016-11-16 20:47:12 +03:00