1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-30 09:47:53 +02:00
Commit Graph

95 Commits

Author SHA1 Message Date
Viktoria Shepard
db12a039f6 PBCKP-604 doc add option --destroy-all-other-dbs 2023-05-26 19:38:57 +03:00
Daniel Shelepanov
3bc0fc4b81 Documentation hot fix 2022-12-07 13:35:25 +03:00
Elena Indrupskaya
7e59a19df1 [DOC] {PBCKP-320] Remove duplicate descriptions of backup/catchup modes [skip-travis] 2022-11-30 15:56:41 +03:00
Daniel Shelepanov
0a1a075b12 [PGPRO-6938] macro conditions fixed
tags: pg_probackup
2022-09-14 18:31:46 +03:00
Elena Indrupskaya
fffebdc0b3 [DOC] [PGPRO-6635] Update pg_probackup documentation for version 2.5.7 [skip travis] 2022-08-17 16:05:44 +03:00
Elena Indrupskaya
141e96a0e6 [DOC] [PBCKP-128] [skip travis] Describe catchup dry-run flag 2022-05-23 15:07:27 +03:00
Mikhail A. Kulagin
0834e54fc3 [PGPRO-6051] [DOC] [ci skip] before release last minute documentation changes 2022-02-17 15:37:09 +03:00
Mikhail A. Kulagin
6470693d2a
[PGPRO-5612] Support for checkunique parameter of amcheck.bt_index_check() function (PR #456)
Co-authored-by: Elena Indrupskaya <e.indrupskaya@postgrespro.ru>
2022-02-17 01:24:08 +03:00
dlepikhova
b87ca18bfc
[Issue #265][PGPRO-5421] archive-push backward compatibility (#437)
Restore the --wal-file-path option of the archive-push command (it was ignored since a196073) 

Co-authored-by: Mikhail A. Kulagin <m.kulagin@postgrespro.ru>
Co-authored-by: Elena Indrupskaya <e.indrupskaya@postgrespro.ru>
2021-11-22 10:41:49 +03:00
Mikhail A. Kulagin
7eaac77fe5 Merge remote-tracking branch 'origin/master' into release_2_5 2021-10-18 15:41:43 +03:00
Mikhail A. Kulagin
bd81f7fc12
[PGPRO-5673] add missing grants (caused by CVE-2018-1058 fixes #415 P… (#441)
* [PGPRO-5673] add missing grants (caused by CVE-2018-1058 fixes #415 PGPRO-5315)
* tests.backup.BackupTest.test_missing_replication_permission_1: fix test for changed 14s output
* tests.backup.BackupTest.test_missing_replication_permission: fix test for 9.5
* tests.checkdb.CheckdbTest.test_checkdb_with_least_privileges: remove grant for nonexistent (in 10) bt_index_check(regclass, bool)
* tests.checkdb.CheckdbTest.test_checkdb_with_least_privileges: remove grant for nonexistent (in 9.5) pg_catalog.pg_control_system()
* tests.checkdb.CheckdbTest.test_checkdb_with_least_privileges: remove grant for nonexistent (in amcheck_next) bt_index_check(regclass)
* adapt tests/restore.py to Python-3.5 (used in travis tests)
* skip issue_313 test
2021-10-13 21:18:03 +03:00
Elena Indrupskaya
986e9ab958 [DOC] [skip travis] Incorporated more feedback on probackup documentation from translator 2021-08-30 14:33:51 +03:00
Elena Indrupskaya
14035b271d [DOC] [skip travis] Incorporated feedback on documentation from translator 2021-08-19 10:01:18 +03:00
Elena Indrupskaya
e5714bc625 [DOC] [skip travis] Fixed misplaced comma in documentation 2021-08-17 18:23:59 +03:00
Elena Indrupskaya
83c0cbb61b [DOC] [skip travis] Removed version tags 12+ from documentation 2021-08-13 15:23:03 +03:00
Mikhail A. Kulagin
c00ffe2790
catchup functionality expansion (#419)
[PR #419] New command 'catchup' for synchronizing stale standby with master by transfering only changes blocks, or creating standby from scratch.

Co-authored-by: Elena Indrupskaya <e.indrupskaya@postgrespro.ru>
Co-authored-by: Grigory Smolkin <g.smolkin@postgrespro.ru>
2021-08-13 15:05:42 +03:00
Mikhail A. Kulagin
7de728496d
Catchup command implementation (#392)
[ PR #392] New command "catchup" is added, it allows fallen-behind standby to "catch up" with master, or create standby from scratch without resorting to restore from backup

Co-authored-by: Grigory Smolkin <g.smolkin@postgrespro.ru>
Co-authored-by: anastasia <lubennikovaav@gmail.com>
Co-authored-by: Elena Indrupskaya <e.indrupskaya@postgrespro.ru>
2021-06-21 11:45:10 +03:00
Mikhail A. Kulagin
cce59bc824
Remove ptrack-1.* support (#398)
* Remove ptrack-1.* support

* [PR #398] review feedback

* [PR #398] remove conn_arg from backup_files_arg

Co-authored-by: Grigory Smolkin <g.smolkin@postgrespro.ru>
2021-06-17 19:11:36 +03:00
Grigory Smolkin
cf0888594f Merge branch 'master' into release_2_5 2021-05-15 12:21:57 +03:00
Grigory Smolkin
b1ee3a9dc3 DOC: update 2021-04-27 22:19:29 +03:00
Grigory Smolkin
a4ddadd0c3 [Issue #355] documentation update 2021-04-23 15:31:39 +03:00
Grigory Smolkin
0751b89626 [Issue #324] update documentation 2021-03-27 16:45:07 +03:00
Elena Indrupskaya
3c0cc47b6d [DOC] Recommendation on setting ptrack.map_size updated with ptrack documentation 2021-02-19 16:30:07 +03:00
Elena Indrupskaya
2cf0de2257 [DOC] Added/removed tags surrounding 'PostgreSQL' for correct import into PostgresPro documentation 2021-02-18 12:40:51 +03:00
Grigory Smolkin
fc1bef8745 Merge branch 'master' into release_2_5 2021-01-27 16:06:26 +03:00
Elena Indrupskaya
2620042019 [DOC] Remove outdated content from the documentation 2021-01-27 10:25:25 +03:00
Elena Indrupskaya
315ab4f062 [DOC] Edits to recent document changes 2021-01-26 17:06:31 +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
anastasia
0fdcc73b02 Merge branch 'master' into release_2_5 2021-01-22 21:44:29 +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
dceed020f0 Merge branch 'master' into release_2_5 2020-12-29 19:15:24 +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
5bf17cc347 Merge branch 'master' into release_2_5 2020-12-09 13:27:27 +03:00
Grigory Smolkin
c525dad4c7 [Issue #249] hot_standby breaks partial restore for PG < 12 2020-12-09 00:16:00 +03:00
Grigory Smolkin
91bcb9bdd9 [Issue #272] documentation update 2020-12-02 18:17:53 +03:00
Grigory Smolkin
f1b30e5870 Merge branch 'master' into release_2_5 2020-11-11 20:33:45 +03:00
Grigory Smolkin
a3de01fcf4 DOC: ptrack1 is deprecated 2020-08-25 18:27:19 +03:00
Grigory Smolkin
4849767e31 DOC: fix typo 2020-07-10 15:51:11 +03:00
Grigory Smolkin
383650988f [Issue #224] enable the stdout and stderr coloring by default 2020-07-07 23:58:28 +03:00
Grigory Smolkin
5cd672d482 [Issue #224] New flag '--color' for coloring the show plain backup info and console ERROR and WARNING messages 2020-07-07 16:33:07 +03:00
Grigory Smolkin
0445bc6e09 documentation minor fix 2020-06-23 00:16:08 +03:00
Grigory Smolkin
9f227cc78f [Issue #229] In 'remote operations' section add requirement about programm version 2020-06-22 19:20:49 +03:00
Grigory Smolkin
0410ff8408 [Issue #228] documentation update 2020-06-22 13:49:47 +03:00
Grigory Smolkin
bfdabf375b [Issue #66] documentation update 2020-06-13 16:31:36 +03:00
Grigory Smolkin
496605bdb5 [Issue #66] Documentation 2020-06-12 23:32:19 +03:00
Grigory Smolkin
6d98d46681 DOC: Fix dangling link 2020-06-02 15:47:19 +03:00
Grigory Smolkin
4609347796 DOC: minor change of wording in archive-push and archive-get 2020-05-21 16:47:15 +03:00
Alexey Kondratov
583ffaaa30 Teach pg_probackup to work with ptrack 2.1 2020-05-21 13:59:44 +03:00
Grigory Smolkin
7d8dd3652e [Issue #206] Improve 'Setting up STREAM Backups' documentation section by, add note about '.pgpass' file 2020-05-15 20:36:26 +03:00