Renaud Fortier
fc5a18410d
Update README.md
...
I think this will improve the readme.
2016-08-15 10:20:07 +09:00
Ian Barwick
08ef4d4be6
Improve handling of failover events when failover is set to manual
...
- prevent repmgrd from repeatedly executing the failover code
- add event notification 'standby_disconnect_manual'
- update documentation
This addresses GitHub #221 .
2016-08-09 12:20:20 +09:00
Ian Barwick
893d67473d
Document repmgr cluster show --csv
2016-08-01 16:13:03 +09:00
Ian Barwick
a922cd5558
Suppress connection error display in repmgr cluster show
...
This prevents connection error messages being mixed in
with `repmgr cluster show` output. Error message output can
still be enabled with the --verbose flag.
Fixes GitHub #215
2016-08-01 15:01:23 +09:00
Ian Barwick
7bbc664230
Miscellaneous code cleanup and typo fixes
2016-07-28 16:39:32 +09:00
Ian Barwick
a6998fe0f9
Update README
...
Default log level is NOTICE, not INFO.
2016-07-28 16:39:21 +09:00
Ian Barwick
b8823d5c1f
Update README
...
Add note about 2ndQuadrant RPM repository.
2016-07-13 09:55:34 +09:00
Ian Barwick
3db87e6a31
Remove unused error code ERR_BAD_PASSWORD
2016-07-12 10:59:42 +09:00
Ian Barwick
94d05619c3
README: update error code list
2016-07-12 10:59:37 +09:00
Ian Barwick
807c7c926c
Update README with details about conninfo parameter handling
...
From 3.1.4 `repmgr` will behave like other PostgreSQL utilities
when handling database connection parameters, in particular
accepting a conninfo string and honouring libpq connection defaults.
2016-07-12 10:59:30 +09:00
Ian Barwick
374e9811c9
Merge branch 'master' of github.com:2ndQuadrant/repmgr into REL3_1_STABLE
2016-07-06 16:43:39 +09:00
Ian Barwick
013b4b4b8a
Update README/TODO about following non-master server
2016-07-01 12:15:37 +09:00
Ian Barwick
a6294b7da0
Update README.md
...
Add note about logging configuration and settings in `pg_ctl_options`
for switchover operations.
2016-07-01 10:47:20 +09:00
Ian Barwick
968c2f1954
Add notes about connect_timeout conninfo parameter.
...
Per suggestion in GitHub #148
2016-06-27 13:57:40 +09:00
Ian Barwick
bd76d0eb92
Update postgresql.org links to https
2016-06-27 12:32:10 +09:00
Ian Barwick
209de699ce
README.md: improve documentation of repl_status view
2016-05-16 13:51:40 +09:00
Ian Barwick
7b313b9d71
README.md: improve documentation of repl_status view
2016-05-16 13:51:08 +09:00
Martin
925d82f7a4
Add to the documentation the need to have archive_mode and
...
archive_command set in postgresql.conf
Fixes #154
2016-04-05 21:37:14 -03:00
Nikolay Shaplov
f9dba283d4
Better use /24 network mask in this example
2016-03-30 15:05:29 +09:00
Ian Barwick
12c395e91f
README: Add note about 'repmgr_funcs'
2016-03-30 15:05:17 +09:00
Nikolay Shaplov
daafd70383
Better use /24 network mask in this example
2016-03-28 18:56:50 +03:00
Ian Barwick
4cafd443e1
README: Add note about 'repmgr_funcs'
2016-02-25 16:36:19 +09:00
Ian Barwick
ac09bad89c
Minor fixes to README.md
2016-02-23 14:37:59 +09:00
Martin
b3d8a68a1d
Fix a few paragraphs from the README.md.
2016-02-23 14:37:48 +09:00
Ian Barwick
2edcac77f0
README.md: update witness server section
2016-02-23 14:37:27 +09:00
Ian Barwick
d9961bbb17
Minor fixes to README.md
2016-02-23 14:25:26 +09:00
Martin
2fe3b3c2a3
Fix a few paragraphs from the README.md.
2016-02-22 09:20:11 -03:00
Ian Barwick
49420c437f
README.md: update witness server section
2016-02-09 15:58:51 +09:00
Ian Barwick
fbad18085e
README.md: formatting and spelling fixes
2016-01-29 17:09:12 +09:00
Ian Barwick
ca08b1c3bb
REAMDE.md: formatting
2016-01-29 16:55:47 +09:00
Ian Barwick
3d95fab0ac
README.md: minor corrections
2016-01-29 16:47:12 +09:00
Ian Barwick
98c4eb002a
README: add replication slot example
2016-01-28 11:43:42 +09:00
Ian Barwick
faed8a65f7
Add new README file
...
Replaces existing legacy documentation.
2016-01-28 11:32:19 +09:00
Ian Barwick
3848b9011b
README.md: add note about setting repmgr user search path
2015-11-13 17:05:45 +09:00
Ian Barwick
e775a962ad
"in 9.4" -> "from 9.4"
2015-11-05 13:49:36 +09:00
Ian Barwick
12204f7e56
Add note about logfile rotation and repmgrd
2015-11-03 15:34:43 +09:00
Ian Barwick
684f7590b7
Point out existence of the FAQ
2015-11-03 15:22:55 +09:00
Ian Barwick
9d589a780d
Wording tweak to prevent ambiguity.
2015-11-03 15:18:57 +09:00
Ian Barwick
ee9270fe8d
Terminate repmgrd if standby is no longer connected to upstream
2015-10-28 16:05:35 +09:00
Ian Barwick
3a6d6b8899
Fix typo in README.md
...
Reported by Github user knopwob.
2015-10-02 07:17:39 +09:00
Ian Barwick
870b0a53b6
Allow 'primary' as synonym for 'master'.
...
"Primary" is the term preferred in the PostgreSQL documentation, so
we should at least support it.
Practically this means it's possible to write "rempgr primary register"
in place of "repmgr master register".
The next feature-release should replace "master" with "primary" in
the documentation and log messages.
Per gripe in Github #112 .
2015-10-01 16:01:12 +09:00
Vik Fearing
932f84910b
Add a STANDBY UNREGISTER command.
...
In some cases it is desirable to remove repmgr's handling of a standby, perhaps
because that standby is to be removed altogether. With no UNREGISTER command,
one had to manually delete the corresponding row from repl_nodes.
2015-09-23 12:37:42 +02:00
Ian Barwick
ae47e5f413
Fix example command syntax
2015-08-12 12:32:41 +09:00
Ian Barwick
46100a9549
"Supports 9.3 and 9.4" -> "Supports 9.3 and later"
...
In case anyone thinks it might not run on 9.5.
2015-08-12 12:26:27 +09:00
Ian Barwick
23a72f489c
Add note about configuring 'shared_preload_libraries' for repmgr
...
Useful to put all the possible postgresql.conf changes in one place.
2015-08-07 14:37:57 +09:00
Ian Barwick
5240a5723a
Clarify WAL file retention issue during standby cloning.
...
Per GitHub issue #86 .
2015-07-02 09:32:30 +09:00
Ian Barwick
a54478a045
Documentation tweaks
2015-05-12 10:16:52 +09:00
Ian Barwick
c4505248b0
doc: Minor README/FAQ rewording
2015-03-27 11:34:52 +09:00
Ian Barwick
eabe618738
FAQ fixes and updates
2015-03-26 11:07:18 +09:00
Ian Barwick
3e621f43d1
Use 100 as the default priority; 0 or less means node will never be promoted
2015-03-26 10:38:20 +09:00