1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-11 11:41:33 +02:00
Commit Graph

3121 Commits

Author SHA1 Message Date
Grigory Smolkin
71661abc3f tests: fix "cfs_backup" module 2021-02-11 19:28:42 +03:00
anastasia
5207900fb8 Update tests/Readme.md. Add note about python3. 2021-02-11 12:01:13 +03:00
Grigory Smolkin
bdcc28d36c tests: minor fixes for backup and merge modules 2021-02-11 09:51:38 +03:00
anastasia
2305d1fdda Tests. Expect failure in test_validate_target_lsn, because it requires multi-timeline WAL validation, which is not implemented yet 2021-02-10 19:44:38 +03:00
anastasia
6dcf64a907 Tests. Fix cfs_backup tests compatibility with ptrack 2.1 2021-02-10 16:22:40 +03:00
Grigory Smolkin
63d79e2b4f [Issue #323] stable remote agent API 2021-02-10 15:10:15 +03:00
Grigory Smolkin
4a4af6270f bugfix: for PG>=12 instance with missing postgresql.auto.conf restore now correctly recreates postgresql.auto.conf 2021-02-10 14:25:13 +03:00
Grigory Smolkin
c30628cd1d [Issue #237] Ignore EROFS when locking backup in shared mode 2021-02-10 14:11:57 +03:00
Grigory Smolkin
02a3665375 [Issue #311] Release shared locks at proc exit 2021-02-09 17:32:27 +03:00
Grigory Smolkin
b058bb2e9d Merge branch 'master' of github.com:postgrespro/pg_probackup 2021-02-09 17:30:59 +03:00
Grigory Smolkin
def4cb4ae2 [Issue #320] minor cleanup in "incr_restore" module 2021-02-08 22:29:21 +03:00
Grigory Smolkin
7ecb56e743 [Issue #320] improve test coverage 2021-02-08 22:25:58 +03:00
Grigory Smolkin
b2ab1dfef8 [Issue #320] always backup and always restore pg_filenode.map 2021-02-08 18:33:12 +03:00
anastasia
17cc612089 tests: remove debug messages in module 'archive' 2021-02-08 15:04:51 +03:00
Grigory Smolkin
46c14304d7 [Issue #320] incorrect crc calculation for pg_filenode.map 2021-02-08 06:00:51 +03:00
Grigory Smolkin
8041e666cf tests: fix tests.auth_test.SimpleAuthTest.test_backup_via_unprivileged_user 2021-02-04 22:05:10 +03:00
gsmol
e14622525b
Merge pull request #309 from postgrespro/issue_308
[Issue #308] Wait on empty exclusive lock file
2021-02-02 14:43:28 -08:00
Grigory Smolkin
94ada4c137 [Issue #308] test coverage and comments improvement 2021-02-03 01:41:49 +03:00
Grigory Smolkin
53be6243f9 tests: remove debug messages in module "incr_restore" 2021-02-02 20:17:31 +03:00
Grigory Smolkin
d9d6c34e25 [Issue #308] fix typo 2021-02-01 16:42:44 +03:00
Grigory Smolkin
7d64d58755 [Issue #308] Wait on empty exclusive lock file 2021-02-01 16:09:02 +03:00
Grigory Smolkin
0fbf1a2fab README: update link to latest Windows installers 2021-01-27 15:55:36 +03:00
gsmol
d8503e5310
Merge pull request #306 from postgrespro/PGPRO-4063
[DOC] Remove outdated content from the documentation
2021-01-27 04:12:55 -05:00
Elena Indrupskaya
2620042019 [DOC] Remove outdated content from the documentation 2021-01-27 10:25:25 +03:00
Grigory Smolkin
25fd6c2206 fix: do not ignore ENOENT, when overwriting postgresql.auto.conf 2021-01-27 01:48:38 +03:00
Grigory Smolkin
807cc27ebe Fix overwriting of 0-sized postgresql.auto.conf in remote mode, restore nonedata files asynchronously 2021-01-27 00:23:59 +03:00
gsmol
a758d11cbb
Merge pull request #305 from postgrespro/release_2_4_9
Version 2.4.9
2021-01-26 12:44:32 -05:00
Grigory Smolkin
c12f8467e0 Version 2.4.9 2021-01-26 20:17:32 +03:00
gsmol
09363f08bd
Merge pull request #303 from postgrespro/PGPRO-4063
[DOC] Edits to recent document changes
2021-01-26 09:29:59 -05:00
Elena Indrupskaya
315ab4f062 [DOC] Edits to recent document changes 2021-01-26 17:06:31 +03:00
alubennikova
030f171576
Merge pull request #302 from postgrespro/issue_301
Issue 301. Update CI and readme.
2021-01-26 16:00:06 +03:00
anastasia
7b3d13f164 Update README: Add Development section. Fix broken link to documentaiton 2021-01-26 15:38:54 +03:00
anastasia
0f296ffbf5 [issue #301] Only run CI tests for master branch commits to limit our travis usage. 2021-01-26 15:25:49 +03:00
anastasia
302455a4c6 Remove outdated Documentation.md file. Documentation now lives in doc/ subdirectory. 2021-01-26 15:16:41 +03:00
Grigory Smolkin
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
Grigory Smolkin
88cb60fc4e DOC: minor fix 2021-01-26 03:16:06 +03:00
Grigory Smolkin
c7f4865fe3 DOC: improve wording for "--force" flag 2021-01-26 02:45:12 +03:00
Grigory Smolkin
8ec995b4b4 tests: fixes for #280 2021-01-26 02:43:31 +03:00
Grigory Smolkin
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
Grigory Smolkin
b16555acd6 fix external dir path, introduced by 286d30dbff 2021-01-21 13:14:51 +03:00
Grigory Smolkin
d624863d14 [Issue #290] check WAL archive directory presence at the start of backup 2021-01-20 15:55:25 +03:00
Grigory Smolkin
4edc9d94ad [Issue #289] tests: added tests.backup.BackupTest.test_issue_289 2021-01-20 15:40:18 +03:00
Grigory Smolkin
e7ffc15417 [Issue #289] Wait for Start LSN after finding the suitable parent backup, not before 2021-01-20 15:39:38 +03:00
Grigory Smolkin
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
Grigory Smolkin
89931317e9 tests: fix backup.BackupTest.test_basic_missing_dir_permissions 2020-12-29 19:07:33 +03:00
Grigory Smolkin
964d8dbbce add some comments about starting ssh client on Windows 2020-12-29 18:26:43 +03:00
Grigory Smolkin
232f94b270 DOC: note about the usage of partial restore for multi-database cluster decoupling 2020-12-11 16:00:15 +03:00
Grigory Smolkin
ac2da1e817 [Issue #231] fix tests.backup.BackupTest.test_issue_231 2020-12-11 15:05:29 +03:00
Grigory Smolkin
ba2a35bb34 [Issue #231] added tests.backup.BackupTest.test_issue_231 2020-12-11 14:53:42 +03:00
Grigory Smolkin
d9f95db726 Version 2.4.8 2020-12-09 03:12:29 -05:00