Commit Graph

  • 0abfde3773 repmgr: ensure that data dir permissions set correctly when cloning in barman mode Ian Barwick 2017-03-17 16:37:01 +09:00
  • 1746831486 repmgr: fix standby clone with barman Ian Barwick 2017-03-16 10:25:20 +09:00
  • 8c8e368a69 repmgr: set "synchronous_commit" to "local" by default Ian Barwick 2017-03-17 11:28:11 +09:00
  • 0ef532dcff repmgr: improve standby clone when synchronous replication in use Ian Barwick 2017-03-16 16:40:54 +09:00
  • 478407fd86 repmgr: fix standby clone with barman Ian Barwick 2017-03-16 10:25:20 +09:00
  • 05bfdfab2c repmgr: fix command line parsing with hostname as an additional argument Ian Barwick 2017-03-14 22:52:15 +09:00
  • 29740dc41b Bump version Ian Barwick 2017-03-13 16:00:44 +09:00
  • ad6ecef2ab repmgr: clean up standby follow code Ian Barwick 2017-03-13 13:26:24 +09:00
  • 5318d37462 README: fix typos Ian Barwick 2017-02-14 10:58:09 +09:00
  • 7244dda20f repmgr: fix typo Ian Barwick 2017-01-31 08:45:38 +09:00
  • e651284927 Update documentation/sample configuration with references to --wal-method Ian Barwick 2017-02-16 10:13:59 +09:00
  • 72a2ac284a repmgr: improve logging of rsync actions Ian Barwick 2017-03-01 14:26:39 +09:00
  • cec01c6620 repmgr: improve standby follow log output Ian Barwick 2017-03-13 12:57:35 +09:00
  • 989f683bc6 repmgr: have "standby follow" delete old replication slot, if possible Ian Barwick 2017-02-16 16:12:16 +09:00
  • fa30382f2c When retrieving a node record, set upstream_node_id correctly. Ian Barwick 2017-03-13 12:13:22 +09:00
  • defc2653e0 There where 2 barman configuration parameters missing in the repmgr.conf sample file. Martin 2017-02-15 16:44:40 -03:00
  • 67e8ca73b5 repmgrd: fix XLogRecPtr conversion function Ian Barwick 2017-01-11 14:48:17 +09:00
  • a1a1d64e1f repmgrd: fix usage description Ian Barwick 2017-01-11 14:06:16 +09:00
  • 76509038cc repmgrd: prevent invalid apply lag value being written to the monitoring table Ian Barwick 2017-01-11 12:49:36 +09:00
  • 7f8e50c882 Update copyright notice to 2017 Ian Barwick 2017-01-11 13:05:16 +09:00
  • 5deb6c8ce4 rempgr: don't link to backend functions Ian Barwick 2017-01-04 16:51:27 +09:00
  • 175ee8acfc README: update version information Ian Barwick 2017-01-04 10:58:54 +09:00
  • d1491f51a3 Remove erroneously added configuration item from repmgr.conf.sample Ian Barwick 2017-01-04 09:33:12 +09:00
  • bc9febdc48 repmgr: fix error message string Ian Barwick 2017-01-04 09:24:02 +09:00
  • b6cf22ac90 Update HISTORY v3.3 Ian Barwick 2016-12-27 14:49:35 +09:00
  • d89a73cbf4 repmgrd: fix log messages and code comments to reflect what is actually happening Ian Barwick 2016-12-27 10:46:25 +09:00
  • 1f09e92e3f Typo fix Ian Barwick 2016-12-26 15:22:07 +09:00
  • 1bdc72a07b Updates to README and --help output Ian Barwick 2016-12-26 11:45:58 +09:00
  • a6f1c6e483 repmgr: use provided --replication-user in pg_basebackup mode Ian Barwick 2016-12-26 12:38:22 +09:00
  • 6e14f0bc5d repmgr: in rsync mode don't delete backup_history file Ian Barwick 2016-12-26 10:29:25 +09:00
  • a336d22bd9 repmgr: miscelleanous code cleanup Ian Barwick 2016-12-26 09:57:58 +09:00
  • e88a8a9708 repmgr: standby register --wait-sync=0 can loop infinitely Ian Barwick 2016-12-23 11:29:19 +09:00
  • 8f3f4eb4a3 Update version number for 3.3 branch Ian Barwick 2016-12-22 16:53:39 +09:00
  • dc18e5b791 repmgr: escape conninfo parameters when cloning from Barman Ian Barwick 2016-12-22 12:21:44 +09:00
  • 9da0914976 Consolidate various backported functions Ian Barwick 2016-12-22 12:11:54 +09:00
  • 666e71a589 repmgr: escape parameter values in primary_conninfo, if required Ian Barwick 2016-12-21 17:07:59 +09:00
  • 062af91d36 Update HISTORY Ian Barwick 2016-12-21 17:06:58 +09:00
  • 571ad698db Add documentation for standby register --force and --upstream-conninfo Ian Barwick 2016-12-21 17:02:27 +09:00
  • 742f7e167f repmgr: support option --replication-user in STANDBY CLONE too Ian Barwick 2016-12-14 17:00:03 +09:00
  • 1fb2801639 repmgr: add option --replication-user Ian Barwick 2016-12-14 15:58:11 +09:00
  • e3031f0204 repmgr: fix log message Ian Barwick 2016-12-14 12:39:47 +09:00
  • 79748f28f1 repmgr: improve STANDBY REGISTER sanity checks and log messages Ian Barwick 2016-12-14 12:38:42 +09:00
  • 46740b64a9 repmgr: enable forced registration of a node with a downstream cascaded standby Ian Barwick 2016-12-14 12:22:41 +09:00
  • 6557099832 repmgr: initial support for standby register --force Ian Barwick 2016-12-12 15:51:19 +09:00
  • 083e288ac3 repmgr: add usage warnings for --no-conninfo-password Ian Barwick 2016-12-08 23:01:46 +09:00
  • f5e3d7c041 Merge branch 'no-passwords' Ian Barwick 2016-12-08 22:56:04 +09:00
  • 402e02f4b7 Add an option to suppress passwords in recovery.conf/primary_conninfo Abhijit Menon-Sen 2016-12-07 11:49:15 +05:30
  • a21b16f960 Update HISTORY Ian Barwick 2016-12-07 17:12:21 +09:00
  • be58af701b repmgr: add option --upstream-conninfo Ian Barwick 2016-12-03 15:28:42 +09:00
  • eb2cdf8a98 repmgr: improve handling of command line parameter errors Ian Barwick 2016-12-05 14:34:33 +09:00
  • 7cc0400c03 repmgr: add option --log-to-file; remove timestamp from log output by default Ian Barwick 2016-12-05 14:09:41 +09:00
  • 9788b2bd29 repmgr: don't display timestamp in log output Ian Barwick 2016-12-05 10:44:30 +09:00
  • 227f0190f7 repmgr: initial support for PostgreSQL 10 Ian Barwick 2016-12-02 12:06:08 +09:00
  • d6dbc70916 Update HISTORY Ian Barwick 2016-11-25 08:17:01 +09:00
  • d2f4eda224 Note use of phbouncer %include directive Ian Barwick 2016-11-23 09:33:30 +09:00
  • 2588853e83 Refactor sample script in repmgrd-node-fencing.md Ian Barwick 2016-11-23 09:21:14 +09:00
  • b54f98ed8a repmgr: always log to STDERR even if log facility defined Ian Barwick 2016-11-23 08:55:55 +09:00
  • 26f73686e5 repmgrd: fixes to configuration reload mechanism Ian Barwick 2016-11-02 23:23:26 +09:00
  • e274a2cbcb repmgrd: clean up some redundant code Ian Barwick 2016-11-02 16:52:44 +09:00
  • d502bbe614 repmgrd: enable logging configuration to be changed Ian Barwick 2016-11-01 20:34:50 +09:00
  • 2594411820 reload_config(): document items which can change Ian Barwick 2016-11-01 20:08:57 +09:00
  • d22535de00 repmgr: pointless parsing the configuration here Ian Barwick 2016-11-01 19:28:03 +09:00
  • fce1f0cd4a Refactor reload_config() Ian Barwick 2016-11-01 19:05:21 +09:00
  • bb842c3989 repmgr: improve replication status checking during switchover Ian Barwick 2016-11-01 16:34:32 +09:00
  • 556ff3c311 repmgrd: clarify master_response_timeout Ian Barwick 2016-11-01 15:56:57 +09:00
  • 251486546d repmgr: when unregistering a witness, remove record on that witness to Ian Barwick 2016-10-30 16:28:12 +09:00
  • 53d3e71cd3 README: formatting Ian Barwick 2016-10-27 10:41:49 +09:00
  • b986ce81b2 README: link to latest release notes Ian Barwick 2016-10-27 10:40:31 +09:00
  • 7ddb060bdc README: clarify that the repmgr metadatabase must be part of the replication cluster Ian Barwick 2016-10-26 20:28:22 +09:00
  • 54a4d1e444 README: clarify that the repmgr metadatabase must be part of the replication cluster REL3_2_STABLE Ian Barwick 2016-10-26 20:28:22 +09:00
  • 6b02faf37c Update HISTORY Ian Barwick 2016-10-24 09:03:37 +09:00
  • d4b8c034e9 Update HISTORY v3.2.1 Ian Barwick 2016-10-24 09:03:37 +09:00
  • b8f4c35810 Merge branch 'master' of github.com:2ndQuadrant/repmgr into REL3_2_STABLE Ian Barwick 2016-10-24 08:14:04 +09:00
  • 0cde0068dd repmgrd: improve witness failover logging Ian Barwick 2016-10-20 10:56:16 +09:00
  • 20d66df0ef repmgr: prevent involuntary cloning where no repmgr schema present on master Ian Barwick 2016-10-19 20:26:55 +09:00
  • 3f7c30b84d repmgr: require a valid repmgr cluster name unless -F/--force supplied Ian Barwick 2016-10-19 16:16:12 +09:00
  • a63baf7fcb repmgr: rename local variable config_file_found to remote_config_file_found Ian Barwick 2016-10-19 15:30:02 +09:00
  • e19c643389 repmgr: refactor check_upstream_config() for clarity Ian Barwick 2016-10-19 15:06:21 +09:00
  • f058833451 repmgr: in Barman clone mode, don't try and create the data directory twice Ian Barwick 2016-10-19 10:00:50 +09:00
  • 96c14adfdb repmgr: ensure data directory defaults to that of the source node Ian Barwick 2016-10-17 15:38:12 +09:00
  • d2c09a1f71 repmgr: clean up runtime options structure Ian Barwick 2016-10-11 12:54:56 +09:00
  • 2389101ae9 "pg_logical/snapshot" -> "pg_logical/snapshots" Ian Barwick 2016-10-11 09:32:55 +09:00
  • cbc2841433 When restoring from Barman, create pg_logical subdirectories Gianni Ciolli 2016-10-07 19:31:02 +02:00
  • 50119056a5 repmgr: clean up runtime options structure Ian Barwick 2016-10-11 12:54:56 +09:00
  • a279c42df9 "pg_logical/snapshot" -> "pg_logical/snapshots" Ian Barwick 2016-10-11 09:32:55 +09:00
  • f70b6ea136 Merge branch 'fix-barman-mode' of git://github.com/gciolli/repmgr Ian Barwick 2016-10-11 09:21:31 +09:00
  • 2bc877114c repmgr: simplify LSN parsing Ian Barwick 2016-10-10 22:56:49 +09:00
  • e4cb6d7130 repmgr: simplify LSN parsing Ian Barwick 2016-10-10 22:56:49 +09:00
  • 502c056753 When restoring from Barman, create pg_logical subdirectories Gianni Ciolli 2016-10-07 19:31:02 +02:00
  • 871ec47ff5 Fix repmgr cluster crosscheck output Ian Barwick 2016-10-10 16:20:17 +09:00
  • 30c5cc86f3 Update README Ian Barwick 2016-10-10 15:10:06 +09:00
  • f435abb3ec Update README Ian Barwick 2016-10-10 15:10:06 +09:00
  • b977b48aee repmgr: standardize SSH-related error messages Ian Barwick 2016-10-07 07:42:15 +09:00
  • a217b4d0a9 repmgr: standardize SSH-related error messages Ian Barwick 2016-10-07 07:42:15 +09:00
  • 108bdeb269 Add 'cluster crosscheck' to help output detail Ian Barwick 2016-10-06 07:38:45 +09:00
  • 2dcb75f889 Add 'cluster crosscheck' to help output detail Ian Barwick 2016-10-06 07:38:45 +09:00
  • fefa43e3a6 Minor README fix v3.2 Ian Barwick 2016-10-05 16:47:37 +09:00
  • c1a1fe6f82 Update README Ian Barwick 2016-10-05 15:09:07 +09:00
  • b509ce6382 Minor README fix Ian Barwick 2016-10-05 16:47:37 +09:00
  • 1150bf272a Update README Ian Barwick 2016-10-05 15:09:07 +09:00