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

397 Commits

Author SHA1 Message Date
Anastasia
5e0e881ce0 New option: delete --expired. Minor bugfixes. 2017-04-19 17:58:58 +03:00
Anastasia
1edaabf130 Format change. pg_probackup.conf contains more info now. Options change: configure subcommand is implemented 2017-04-19 16:47:41 +03:00
Anastasia
12cc3a1491 Format change backup.conf is renamed to backup.control 2017-04-19 12:01:10 +03:00
Anastasia
31efd8f598 Format change: file_database.txt is renamed to backup_content.control. Now it has json format. 2017-04-18 23:15:17 +03:00
Anastasia
f833ca624b Code cleanup: backup, restore. Still WIP. Something can be broken. 2017-04-18 11:41:02 +03:00
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
Anastasia
f35d0d7ee9 Code cleanup. Delete -W option 2017-04-12 16:47:45 +03:00
Anastasia
e2eed71657 Code cleanup: remove PGUT_NO_PROMPT macro 2017-04-12 15:41:14 +03:00
Anastasia
5372a1e544 remove unused getopt.h and getopt_long.c files 2017-04-11 21:29:06 +03:00
Anastasia
1315723dc5 remove unused pgut-port files 2017-04-11 20:25:00 +03:00
Artur Zakirov
d41c11d55e pg_ptrack_enable() should be executed only pg_ptrack_support() returns true 2017-04-11 17:56:46 +03:00
Artur Zakirov
e6a478a5e8 Update version 2017-04-07 15:15:41 +03:00
Artur Zakirov
16073698aa Use recovery_target_timeline in recovery.conf only with --timeline option 2017-04-07 15:11:54 +03:00
Artur Zakirov
a40f1f523c Refactor do_delete() function 2017-04-06 15:34:34 +03:00
Artur Zakirov
a5e2c831b1 Remove all increments, even backups with errors 2017-04-06 12:48:50 +03:00
Artur Zakirov
5c7669757d Compare system_identifier of PGDATA with system_identifier of backup_conn 2017-04-05 19:48:55 +03:00
Artur Zakirov
e3f9d5997a Remove name argument of make_bnode() 2017-04-03 19:21:26 +03:00
Artur Zakirov
cc1d1edbac Change retention purge command finish message 2017-03-27 15:24:42 +03:00
Artur Zakirov
8f37eb5afa Calculate recovery_time using current_timestamp() 2017-03-24 17:22:55 +03:00
Artur Zakirov
a3b3fa135c Fix recovery_time and recovery_xid comments 2017-03-24 17:02:56 +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
62953a7f81 Default --archive-timeout is 300 seconds 2017-03-24 14:24:29 +03:00
Artur Zakirov
f3bdedcf4d Add backup option --archive-timeout 2017-03-24 14:07:03 +03:00
Artur Zakirov
3a7b6d5de4 Wait right WAL segment for backup from replica 2017-03-23 17:00:43 +03:00
Artur Zakirov
515150cff1 Allow page backups from standby 2017-03-22 11:50:29 +03:00
Artur Zakirov
3c7d773cfa Fix show command result alignment 2017-03-22 11:46:31 +03:00
Artur Zakirov
30bbf1693f Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2017-03-22 11:45:20 +03:00
Anastasia
0fc1856e57 fix typo 2017-03-22 11:44:18 +03:00
Artur Zakirov
a5a1016634 Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2017-03-22 11:31:26 +03:00
Anastasia
10334c915b change time granularity in pg_probackup show to seconds 2017-03-22 11:13:06 +03:00
Artur Zakirov
2671a0c08e Wait lsn in pg_start_backup() and pg_stop_backup(). Do pg_switch_xlog() only for master 2017-03-21 18:30:48 +03:00
Artur Zakirov
176102b159 Refactor backup connection for PostgreSQL 2017-03-21 11:54:49 +03:00
Anastasia
1bc7231cae add some comments for pg_probackup.h 2017-03-20 20:19:33 +03:00
Anastasia
cbcbf5fc21 show start_lsn and stop_lsn in pg_probackup show 2017-03-20 19:08:18 +03:00
Artur Zakirov
8e866c8798 Fix version 2017-03-13 19:29:03 +03:00
Anastasia
6ad203a36d update links to ptrack patches in README 2017-03-13 18:46:46 +03:00
Anastasia
83f26c503b Exclude additional directories and files in pgdata_exclude_dir[] and pgdata_exclude_files[] 2017-03-13 18:04:46 +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
8bd2248ac4 Do not skip subdirectories if parent directory contains a file 2017-03-09 14:01:11 +03:00
Artur Zakirov
30681560c0 Revert: Check in SHOW command that backups in RUNNING status 2017-03-06 12:46:15 +03:00
Artur Zakirov
6fedb2e546 Check in SHOW command that backups in RUNNING status 2017-03-06 11:55:12 +03:00
Artur Zakirov
518142011a Create rest or directories for tablespaces during restore page backup 2017-03-03 17:49:51 +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