Commit Graph

  • b5a7efa58e Preserve failover slots when cloning a standby, if enabled Ian Barwick 2016-04-05 16:47:47 +09:00
  • 96b0e26084 Remove duplicate inclusion from header file Ian Barwick 2016-04-06 14:15:19 +09:00
  • 91c498f6f1 Update HISTORY Ian Barwick 2016-04-06 11:57:34 +09:00
  • d48093e732 Preserver failover slots when cloning a standby, if enabled Ian Barwick 2016-04-05 16:47:47 +09:00
  • 3f0d1754a4 MAXFILENAME -> MAXPGPATH Ian Barwick 2016-04-04 14:53:40 +09:00
  • f27979bbe1 WIP support for preserving failover slots Craig Ringer 2016-03-30 14:51:12 +08:00
  • 9f6f58e4ed MAXFILENAME -> MAXPGPATH Ian Barwick 2016-04-04 14:53:40 +09:00
  • c22f4eaf6f WIP support for preserving failover slots Craig Ringer 2016-03-30 14:51:12 +08:00
  • 925d82f7a4 Add to the documentation the need to have archive_mode and archive_command set in postgresql.conf Martin 2016-04-05 21:36:07 -03:00
  • 1db577e294 Update Makefile Ian Barwick 2016-04-05 10:59:26 +09:00
  • a886fddccc We were not checking the return code after rsyncing the tablespaces. Martin 2016-04-05 15:30:42 -03:00
  • 83e5f98171 Ignore rsync error code for vanished files. It's very common to come over vanish files during a backup or rsync o the data directory (dropped index, temp tables, etc.) Martin 2016-04-05 15:22:40 -03:00
  • eb31a56186 Enable long option --pgdata as alias for -D/--data-dir Ian Barwick 2016-04-05 22:30:19 +09:00
  • 8cd2c6fd05 Add comment about wal_level setting interpretation Ian Barwick 2016-04-04 14:57:20 +09:00
  • e3e1c5de4e Use "immediately_reserve" parameter in pg_create_physical_replication_slot (9.6) Ian Barwick 2016-04-04 12:56:00 +09:00
  • f9a150504a Enable repmgr to be compiled with PostgreSQL 9.6 Ian Barwick 2016-04-04 12:41:03 +09:00
  • e9445a5d5e Make self-referencing foreign key on repl_nodes table deferrable Ian Barwick 2016-04-01 15:19:22 +09:00
  • 9a2717b5e3 Improve debugging output for node resyncing Ian Barwick 2016-04-01 11:29:35 +09:00
  • 5bc809466c Make self-referencing foreign key on repl_nodes table deferrable Ian Barwick 2016-04-01 15:19:22 +09:00
  • dd6ea1cd77 Rename copy_configuration () to witness_copy_node_records() Ian Barwick 2016-04-01 08:44:23 +09:00
  • 5d32026b79 Improve debugging output for node resyncing Ian Barwick 2016-04-01 11:29:35 +09:00
  • de5908c122 Make witness server node update an atomic operation Ian Barwick 2016-04-01 11:07:17 +09:00
  • 2a8d6f72c6 Make witness server node update an atomic operation Ian Barwick 2016-04-01 11:07:17 +09:00
  • 190cc7dcb4 Rename copy_configuration () to witness_copy_node_records() Ian Barwick 2016-04-01 08:44:23 +09:00
  • 4b5c84921c Replace MAXFILENAME with MAXPGPATH Ian Barwick 2016-03-31 20:10:39 +09:00
  • 819937d4bd Replace MAXFILENAME with MAXPGPATH Ian Barwick 2016-03-31 20:10:39 +09:00
  • aaa8d70cef Comment out configuration items in sample config file Ian Barwick 2016-03-31 15:10:45 +09:00
  • 57299cb978 Comment out configuration items in sample config file Ian Barwick 2016-03-31 15:10:45 +09:00
  • ca31b846e7 Rewording comment for clarity. Gianni Ciolli 2016-03-30 09:27:37 +02:00
  • 59f503835b Merge branch 'gciolli-master' Ian Barwick 2016-03-31 15:00:29 +09:00
  • 33e626cd75 Merge branch 'master' of https://github.com/gciolli/repmgr into gciolli-master Ian Barwick 2016-03-31 15:00:10 +09:00
  • a27cecb559 Update HISTORY Ian Barwick 2016-03-31 14:58:50 +09:00
  • 491ec37adf Update HISTORY Ian Barwick 2016-03-31 14:58:50 +09:00
  • cf0cdfa6a1 Bump version Ian Barwick 2016-03-31 14:56:49 +09:00
  • 31489d92c0 Check directory entity filetype in a more portable way Ian Barwick 2016-03-30 20:19:12 +09:00
  • c93790fc96 Check directory entity filetype in a more portable way Ian Barwick 2016-03-30 20:19:12 +09:00
  • b7fd13aed2 Fix pg_ctl path generation in do_standby_switchover() Ian Barwick 2016-03-30 16:45:47 +09:00
  • ecabe2c294 Fix pg_ctl path generation in do_standby_switchover() Ian Barwick 2016-03-30 16:45:47 +09:00
  • 2ba57e5938 Rewording comment for clarity. Gianni Ciolli 2016-03-30 09:27:37 +02:00
  • 3c4bf27aa7 Add headers as dependencies in Makefile Ian Barwick 2016-03-30 10:28:41 +09:00
  • 0ebd9c15d9 Regularly sync witness server repl_nodes table. Ian Barwick 2016-03-29 16:46:18 +09:00
  • f9dba283d4 Better use /24 network mask in this example Nikolay Shaplov 2016-03-28 18:56:50 +03:00
  • 205f1cebbb It's unlikely this situation will occur on a witness server Ian Barwick 2016-03-28 15:53:25 +09:00
  • 4d97c1ebf7 Add hint about registering the server after cloning it. Ian Barwick 2016-03-02 09:41:06 +09:00
  • 12c395e91f README: Add note about 'repmgr_funcs' Ian Barwick 2016-02-25 16:36:19 +09:00
  • bd1e4f71d6 repmgrd: fix error message Ian Barwick 2016-02-24 15:33:36 +09:00
  • cb49071ea4 Fix code comment Ian Barwick 2016-02-24 15:27:08 +09:00
  • 2eec17e25f Add headers as dependencies in Makefile Ian Barwick 2016-03-30 10:28:41 +09:00
  • c48c248c15 Regularly sync witness server repl_nodes table. Ian Barwick 2016-03-29 16:46:18 +09:00
  • 958e45f2b8 Merge pull request #165 from dhyannataraj/master Martín Marqués 2016-03-28 13:32:09 -03:00
  • daafd70383 Better use /24 network mask in this example Nikolay Shaplov 2016-03-28 18:56:50 +03:00
  • c828598bfb It's unlikely this situation will occur on a witness server Ian Barwick 2016-03-28 15:53:25 +09:00
  • b55519c4a2 Add hint about registering the server after cloning it. Ian Barwick 2016-03-02 09:41:06 +09:00
  • 4cafd443e1 README: Add note about 'repmgr_funcs' Ian Barwick 2016-02-25 16:36:19 +09:00
  • d400d7f9ac repmgrd: fix error message Ian Barwick 2016-02-24 15:33:36 +09:00
  • 62bb3db1f8 Fix code comment Ian Barwick 2016-02-24 15:27:08 +09:00
  • 5ad674edff Bump version v3.1.1 Ian Barwick 2016-02-23 15:56:24 +09:00
  • ac09bad89c Minor fixes to README.md Ian Barwick 2016-02-23 14:25:26 +09:00
  • 009d92fec8 Ensure witness node is registered before the repl_nodes table is copied Ian Barwick 2016-02-18 17:46:33 +09:00
  • b3d8a68a1d Fix a few paragraphs from the README.md. Martin 2016-02-22 09:16:11 -03:00
  • 05b47cb2a8 Prevent repmgr/repmgrd running as root Ian Barwick 2016-02-22 14:58:17 +09:00
  • dc542a1b7d Better handling of errors during witness creation Ian Barwick 2016-02-16 14:26:32 +09:00
  • 6ce8058749 witness creation: extract database and user names from the local conninfo string Ian Barwick 2016-02-09 15:59:28 +09:00
  • 2edcac77f0 README.md: update witness server section Ian Barwick 2016-02-09 15:58:51 +09:00
  • f740374392 Add '-P/--pwprompt' option for "repmgr create witness" Ian Barwick 2016-02-09 15:11:50 +09:00
  • d9961bbb17 Minor fixes to README.md Ian Barwick 2016-02-23 14:25:26 +09:00
  • e1b8982c14 Ensure witness node is registered before the repl_nodes table is copied Ian Barwick 2016-02-18 17:46:33 +09:00
  • 2fe3b3c2a3 Fix a few paragraphs from the README.md. Martin 2016-02-22 09:16:11 -03:00
  • c6e1bc205a Prevent repmgr/repmgrd running as root Ian Barwick 2016-02-22 14:58:17 +09:00
  • 7241391ddc Better handling of errors during witness creation Ian Barwick 2016-02-16 14:26:32 +09:00
  • c8f449f178 witness creation: extract database and user names from the local conninfo string Ian Barwick 2016-02-09 15:59:28 +09:00
  • 49420c437f README.md: update witness server section Ian Barwick 2016-02-09 15:58:51 +09:00
  • 827ffef5f9 Add '-P/--pwprompt' option for "repmgr create witness" Ian Barwick 2016-02-09 15:11:50 +09:00
  • 16296bb1c3 Bump dev version number Ian Barwick 2016-02-01 15:10:03 +09:00
  • c9c18d6216 Update comments in SQL upgrade file v3.1 Ian Barwick 2016-02-01 13:49:58 +09:00
  • d21f506614 Add placeholders for old FAILOVER.rst and QUICKSTART.md pointing to new README.md Ian Barwick 2016-02-01 08:02:37 +09:00
  • fbad18085e README.md: formatting and spelling fixes Ian Barwick 2016-01-29 17:09:12 +09:00
  • ca08b1c3bb REAMDE.md: formatting Ian Barwick 2016-01-29 16:49:47 +09:00
  • 3d95fab0ac README.md: minor corrections Ian Barwick 2016-01-29 16:42:43 +09:00
  • 12d6ce4629 Bump version Ian Barwick 2016-01-28 16:09:06 +09:00
  • dfb34ae7b6 Update HISTORY Ian Barwick 2016-01-28 11:44:28 +09:00
  • 98c4eb002a README: add replication slot example Ian Barwick 2016-01-28 11:43:42 +09:00
  • faed8a65f7 Add new README file Ian Barwick 2016-01-28 11:32:19 +09:00
  • a81cf04614 Update various comments Ian Barwick 2016-01-28 11:13:38 +09:00
  • ca6cbcf965 Add sanity checks to be sure pg_rewind can be used before executing a switchover Ian Barwick 2016-01-28 07:50:39 +09:00
  • 16c1e13019 Sanity check for presence of pg_rewind on remote server Ian Barwick 2016-01-28 07:25:23 +09:00
  • 1375adcac8 Standardize capitalisation in log messages Ian Barwick 2016-01-28 07:24:45 +09:00
  • e859a58405 Change some repmgrd log messages to NOTICE Ian Barwick 2016-01-27 18:39:27 +09:00
  • 1a6d830314 Various logging, help output and comment tweaks Ian Barwick 2016-01-27 17:10:54 +09:00
  • a96f478a43 Allow negative values in configuration parameters, where appropriate. Ian Barwick 2016-01-27 09:10:19 +09:00
  • 8f20ab16dd Display default log level in -?/--help output Ian Barwick 2016-01-25 14:39:21 +09:00
  • 3ec436f30d Better document default values in repmgr.conf.sample Ian Barwick 2016-01-22 15:22:22 +09:00
  • 61e00bf1c7 Improve handling of default connection parameters Ian Barwick 2016-01-22 14:14:14 +09:00
  • 5d71869fc1 --help output: put default values in quotation marks Ian Barwick 2016-01-20 15:56:26 +09:00
  • 7598e08b6f Display default connection options in --help output Ian Barwick 2016-01-20 15:46:41 +09:00
  • ba71e1eedf Use maxlen_snprintf() in do_witness_create() Ian Barwick 2016-01-20 15:13:52 +09:00
  • a4c07b23fb Document --pg_rewind option in help output Ian Barwick 2016-01-20 15:09:03 +09:00
  • 0c36f921f7 help() -> do_help() Ian Barwick 2016-01-20 15:02:03 +09:00
  • 8ac5a5444e Enable repmgr standby switchover for 9.3/9.4 by recloning Ian Barwick 2016-01-20 14:51:16 +09:00
  • f60e7346e2 Don't copy 'recovery.done' or 'recovery.conf' when cloning a standby Ian Barwick 2016-01-20 14:32:04 +09:00