Ian Barwick
c362d6d03f
Change copyright information to "EnterpriseDB Corporation"
...
RM20485.
2021-03-02 10:22:17 +09:00
Josh Soref
4760c11937
doc: various spelling fixes
...
Via GitHub #687 .
2020-12-22 13:48:29 +09:00
Ian Barwick
d62743ddf4
Make repmgr metadata tables dumpable
...
This makes it easier to extract data for troubleshooting.
2020-10-12 10:02:52 +09:00
Ian Barwick
4b524c52b6
standby clone: honour --waldir setting when cloning from Barman
...
By setting --waldir in "pg_basebackup_options", standbys cloned using
pg_basebackup would have their WAL directory set to the specified
location and symlinked from the data directory.
This commit causes repmgr to honour that setting even when cloning
from Barman.
2020-10-07 15:13:52 +09:00
Ian Barwick
3945314e65
Remove PostgreSQL 9.3 support
...
PostgreSQL 9.3 community support ended in November 2018.
2020-09-04 11:37:12 +09:00
Ian Barwick
b74f965f54
standby clone: rename --recovery-conf-only to --replication-conf-only
...
A more generic option name to cover pre- and post-Pg12 replication
configuration methods.
--recovery-conf-only is retained as an alias for backwards
compatibility.
2019-10-18 14:44:57 +09:00
Ian Barwick
02bdcf657f
doc: add link to FAQ section about 3rd party package compatibilty
2019-10-03 15:23:57 +09:00
Ian Barwick
1196821457
doc: update FAQ
...
Note pg_monitor default role as well, and link to relevant section
in the PostgreSQL documentation.
2019-10-01 10:29:44 +09:00
Ian Barwick
c1d464f3da
doc: add FAQ entry about 3rd-party PostgreSQL packages
2019-10-01 10:07:25 +09:00
Ian Barwick
4646bbc289
doc: standardize doc formatting
...
Indent with two spaces instead of one.
2019-10-01 09:44:04 +09:00
Ian Barwick
bb9a0c2297
doc: update FAQ
...
Add note about repmgr 5 in the "What's the difference between the repmgr
versions?" item.
2019-10-01 09:41:49 +09:00
Ian Barwick
10425d6967
doc: rename file endings from .sgml to .xml
...
As they are now XML files. In PostgreSQL itself they remain with
the .sgml suffix for backwards compatibility, but that's not
important for us.
2019-05-20 15:38:40 +09:00