1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-15 07:04:14 +02:00
Commit Graph

3217 Commits

Author SHA1 Message Date
2620042019 [DOC] Remove outdated content from the documentation 2021-01-27 10:25:25 +03:00
25fd6c2206 fix: do not ignore ENOENT, when overwriting postgresql.auto.conf 2.4.9 2021-01-27 01:48:38 +03:00
807cc27ebe Fix overwriting of 0-sized postgresql.auto.conf in remote mode, restore nonedata files asynchronously 2021-01-27 00:23:59 +03:00
a758d11cbb Merge pull request #305 from postgrespro/release_2_4_9
Version 2.4.9
2021-01-26 12:44:32 -05:00
c12f8467e0 Version 2.4.9 2021-01-26 20:17:32 +03:00
09363f08bd Merge pull request #303 from postgrespro/PGPRO-4063
[DOC] Edits to recent document changes
2021-01-26 09:29:59 -05:00
315ab4f062 [DOC] Edits to recent document changes 2021-01-26 17:06:31 +03:00
030f171576 Merge pull request #302 from postgrespro/issue_301
Issue 301. Update CI and readme.
2021-01-26 16:00:06 +03:00
7b3d13f164 Update README: Add Development section. Fix broken link to documentaiton 2021-01-26 15:38:54 +03:00
0f296ffbf5 [issue #301] Only run CI tests for master branch commits to limit our travis usage. 2021-01-26 15:25:49 +03:00
302455a4c6 Remove outdated Documentation.md file. Documentation now lives in doc/ subdirectory. 2021-01-26 15:16:41 +03:00
2e9c55f297 [Issue #240] Handle SIGPIPE. Also when remote agent encounters an error condition during exectuion of asynchronous tasks, the error message is saved in global variable and reported when agent status is checked 2021-01-26 15:02:34 +03:00
88cb60fc4e DOC: minor fix 2021-01-26 03:16:06 +03:00
c7f4865fe3 DOC: improve wording for "--force" flag 2021-01-26 02:45:12 +03:00
8ec995b4b4 tests: fixes for #280 2021-01-26 02:43:31 +03:00
40aeb8be17 fix merge conflict 2021-01-22 22:43:35 +03:00
1d50157053 calm down compiler warning 2021-01-22 21:48:21 +03:00
0fdcc73b02 Merge branch 'master' into release_2_5 2021-01-22 21:44:29 +03:00
4e445024f2 [Issue #280] Expand "--force" flag for incremental restore, now in case of system ID mismatch the destination PGDATA will be deleted; the content of the directory, used as destination for tablespace remapping, is now also deleted. Tablespace map is now validated before reading. 2021-01-22 15:56:14 +03:00
b16555acd6 fix external dir path, introduced by 286d30dbff 2021-01-21 13:14:51 +03:00
d624863d14 [Issue #290] check WAL archive directory presence at the start of backup 2021-01-20 15:55:25 +03:00
4edc9d94ad [Issue #289] tests: added tests.backup.BackupTest.test_issue_289 2021-01-20 15:40:18 +03:00
e7ffc15417 [Issue #289] Wait for Start LSN after finding the suitable parent backup, not before 2021-01-20 15:39:38 +03:00
286d30dbff [Issue #231] make several attempts when creating backup directory, so two consecutive backups didn`t get the same backup ID 2021-01-20 15:11:54 +03:00
6e20f5523b Merge branch 'refs/pull/291/head' into release_2_5 2021-01-11 10:27:28 +03:00
e2bbd4f2c3 Merge pull request #291 from kulaginm/cmdline-refactor
remove backup_subcmd global variable and useless command_name variable
2021-01-11 10:26:35 +03:00
7383ddd69c add some comments 2021-01-06 19:15:59 +03:00
8aea21d703 add version and help help pages 2020-12-30 06:59:32 +03:00
dceed020f0 Merge branch 'master' into release_2_5 2020-12-29 19:15:24 +03:00
a5ec1be544 Merge branch 'master' into refs/pull/291/head 2020-12-29 19:11:14 +03:00
89931317e9 tests: fix backup.BackupTest.test_basic_missing_dir_permissions 2020-12-29 19:07:33 +03:00
00be188d5b Merge commit 'refs/pull/291/head' of https://github.com/postgrespro/pg_probackup 2020-12-29 18:37:29 +03:00
964d8dbbce add some comments about starting ssh client on Windows 2020-12-29 18:26:43 +03:00
3f09845911 remove backup_subcmd global variable and useless command_name variable 2020-12-29 08:47:20 +03:00
232f94b270 DOC: note about the usage of partial restore for multi-database cluster decoupling 2020-12-11 16:00:15 +03:00
ac2da1e817 [Issue #231] fix tests.backup.BackupTest.test_issue_231 2020-12-11 15:05:29 +03:00
ba2a35bb34 [Issue #231] added tests.backup.BackupTest.test_issue_231 2020-12-11 14:53:42 +03:00
5bf17cc347 Merge branch 'master' into release_2_5 2020-12-09 13:27:27 +03:00
d9f95db726 Version 2.4.8 2.4.8 2020-12-09 03:12:29 -05:00
0d65e055cf [Issue #284] fix segfault in local timezone handling 2020-12-09 03:10:26 -05:00
e9ddcafdf9 [Issue #284] fix test 2020-12-09 03:07:45 -05:00
27310b3684 [Issue #284] added tests.time_stamp.TimeStamp.test_handling_of_TZ_env_variable 2020-12-09 10:50:49 +03:00
6f9e1df95d [Issue #263] fix parsing of big size values 2020-12-09 10:04:32 +03:00
775b260aa4 [Issue #263] added tests.set_backup.SetBackupTest.test_add_big_note_1 2020-12-09 10:03:37 +03:00
c525dad4c7 [Issue #249] hot_standby breaks partial restore for PG < 12 2020-12-09 00:16:00 +03:00
33d288380e tests: minor fixes 2020-12-07 17:13:51 +03:00
f586c96e3d Version 2.4.7 2.4.7 2020-12-07 09:31:31 +03:00
623c0d3a46 do not fsync streamed WAL segments 2020-12-07 09:23:50 +03:00
20dfb0130a Merge branch 'master' of https://github.com/postgrespro/pg_probackup 2020-12-07 02:36:20 +03:00
cd2655b4e2 bugfix: correctly calculate backup WAL size for STREAM backup 2020-12-07 02:34:49 +03:00