Anastasia
|
2525daa544
|
Version 1.1.16. Feature freeze for release 2.0
|
2017-06-07 17:08:57 +03:00 |
|
Anastasia
|
99d031a641
|
Version 1.1.15
|
2017-06-07 16:55:24 +03:00 |
|
Anastasia
|
9caafbdaad
|
validate without options checks all backups in the backup catalog. If --instance option is provided, validate only backups of this instance
|
2017-06-07 16:53:55 +03:00 |
|
Anastasia
|
bf40f1f818
|
Improve backup from replica. add master connection options
|
2017-06-07 16:50:33 +03:00 |
|
Anastasia
|
310882b539
|
Implement backup data compression. Add options --compress-algorithm, --compress-level
|
2017-06-05 12:09:07 +03:00 |
|
Anastasia
|
94d4986356
|
fix a typo in error message
|
2017-06-01 13:03:54 +03:00 |
|
Anastasia
|
d10b05bd91
|
Version 1.1.14
|
2017-05-29 18:53:38 +03:00 |
|
Anastasia
|
4e94454544
|
1. Implement backup of multiple instances. Add option --instance, commands add-instance and del-instance.
2. Implement pg_probackup specific commands for archiving: archive-push for archive_command and archive-get for restore_command
|
2017-05-29 18:52:43 +03:00 |
|
Arthur Zakirov
|
a00f9f1863
|
--log-directory should be an absolute path
|
2017-05-29 16:56:11 +03:00 |
|
Anastasia
|
494b978fe0
|
Version 1.1.13
|
2017-05-25 14:24:52 +03:00 |
|
Arthur Zakirov
|
134c9390b2
|
Fix --stream option number
|
2017-05-19 20:15:14 +03:00 |
|
Arthur Zakirov
|
ff03146366
|
Version 1.1.12
|
2017-05-18 12:22:56 +03:00 |
|
Arthur Zakirov
|
726c0803b0
|
Add configure options for logging
|
2017-05-18 12:09:04 +03:00 |
|
Arthur Zakirov
|
9e8b171116
|
pg_probackup reads logging options
|
2017-05-18 12:09:04 +03:00 |
|
Arthur Zakirov
|
ea4ff53e3d
|
Logs are written to log files
|
2017-05-18 12:09:04 +03:00 |
|
Arthur Zakirov
|
62e4e90e2c
|
Add log file functions
|
2017-05-18 12:09:04 +03:00 |
|
Anastasia
|
6db02b6401
|
Version 1.1.11
|
2017-05-11 12:39:27 +03:00 |
|
Anastasia
|
135f86e13d
|
implement help for probackup commands
|
2017-05-05 13:14:46 +03:00 |
|
Anastasia
|
d4743168df
|
Version 1.1.10
|
2017-05-03 12:54:38 +03:00 |
|
Anastasia
|
3c707a0a83
|
Version 1.1.9
|
2017-05-02 11:50:20 +03:00 |
|
Anastasia
|
88754a7f26
|
update help output. TODO: implement detailed help for each command
|
2017-04-28 19:53:13 +03:00 |
|
Anastasia
|
9c2730a03d
|
Command changes. set-config/show-config instead of config command
|
2017-04-28 18:58:55 +03:00 |
|
Arthur Zakirov
|
95df9fa6bb
|
Version 1.1.8
|
2017-04-27 17:23:10 +03:00 |
|
Anastasia
|
8405a59a53
|
Add backup completed message. 1.1.7 is stable version
|
2017-04-25 17:33:52 +03:00 |
|
Arthur Zakirov
|
dc50ba791a
|
Move state() under backup_path initialization
|
2017-04-20 16:46:51 +03:00 |
|
Arthur Zakirov
|
366073b01a
|
Version 1.1.6
|
2017-04-20 15:56:39 +03:00 |
|
Anastasia
|
e0175b98c5
|
Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup
|
2017-04-20 15:22:37 +03:00 |
|
Anastasia
|
1af622f78a
|
Options cleanup
|
2017-04-20 15:22:18 +03:00 |
|
Arthur Zakirov
|
28626dcdb1
|
Fix little bugs.
- scan segno in dir_read_file_list()
- check backup_path in main() if 'backup_path == NULL'
|
2017-04-20 15:01:29 +03:00 |
|
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
|
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 |
|
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 |
|