Commit Graph

1182 Commits

Author SHA1 Message Date
Abhijit Menon-Sen f8a0e45f5b Rewrite the server configuration section 2015-03-12 19:39:10 +05:30
Abhijit Menon-Sen 6b8f96b590 Split out packaging notes too 2015-03-12 18:34:55 +05:30
Abhijit Menon-Sen e01807ea20 Split out SSH configuration bits from the old README 2015-03-12 18:22:53 +05:30
Abhijit Menon-Sen 080bb81aeb A last little tweak 2015-03-12 18:07:58 +05:30
Abhijit Menon-Sen d8fe1ebf47 Minor .md tweaking 2015-03-12 18:01:15 +05:30
Abhijit Menon-Sen 9b7cb5b0c0 Rewrite installation and move things around a bit 2015-03-12 17:58:27 +05:30
Abhijit Menon-Sen 2c69119eff Don't say 'standbies', especially when we don't actually do anything 2015-03-12 17:49:27 +05:30
Abhijit Menon-Sen cc1e285d90 Rewrite requirements 2015-03-12 17:37:05 +05:30
Abhijit Menon-Sen 4ee84f4f05 Rewrite the introduction and overview 2015-03-12 16:54:33 +05:30
Abhijit Menon-Sen ad83f8f12e Fix typo 2015-03-12 14:14:30 +05:30
Ian Barwick ce254ccde3 Add instructions for upgrading from repmgr2 to repmgr3 2015-03-12 14:15:00 +09:00
Ian Barwick c833dd65f9 rempgr -> repmgr
The rampager strikes again.
2015-03-12 11:42:50 +09:00
Ian Barwick 7e615c5e0d Add witness server information 2015-03-12 11:42:28 +09:00
Ian Barwick a0a2f87d32 Fix format and typos 2015-03-12 10:50:02 +09:00
Ian Barwick dce16d794c Update README - add witness create section 2015-03-12 10:44:38 +09:00
Ian Barwick 60b14ab107 Update README 2015-03-12 10:34:00 +09:00
Ian Barwick 65afc42afa Remove superfluous comment 2015-03-12 10:16:46 +09:00
Ian Barwick 0bba5ad792 3.0rc2 2015-03-11 22:54:29 +09:00
Ian Barwick f3d5a4a7b0 Clarify pg_basebackup vs rsync 2015-03-11 21:35:42 +09:00
Ian Barwick 6597a03559 Remove accidentally added file 2015-03-11 21:34:46 +09:00
Ian Barwick 78dad4fc52 Add note about replication slots 2015-03-11 21:33:34 +09:00
Ian Barwick b152cccd69 Events table removed for now
Was very experimental.
2015-03-11 21:26:43 +09:00
Ian Barwick 6e5d4e0235 Add repmgr command reference 2015-03-11 18:13:45 +09:00
Ian Barwick 5ade2a1f2d Clarify that slots won't work with 9.3 and add useful links 2015-03-11 17:43:09 +09:00
Ian Barwick cd2f74a840 Update README with replication slot information 2015-03-11 17:40:27 +09:00
Ian Barwick fb28ee6f1c Update README 2015-03-11 15:48:01 +09:00
Ian Barwick c02d226d2f Clarify error message 2015-03-11 15:31:19 +09:00
Ian Barwick fe1bd5fb91 Clarify reason for defaulting to port 5499 for the witness server 2015-03-11 15:02:13 +09:00
Ian Barwick bc63099dcf Add missing \n 2015-03-11 14:52:01 +09:00
Ian Barwick ef5ef9c13f Update README 2015-03-11 13:53:17 +09:00
Ian Barwick 02646165be No need to keep 2.x spec files hanging around
Per suggestion from Martín.
2015-03-11 09:15:18 +09:00
Ian Barwick d08bd352c1 Use pg_malloc0() instead of malloc() 2015-03-10 23:37:18 +09:00
Ian Barwick 53b990c65d Initialize cli_errors 2015-03-10 15:59:53 +09:00
Ian Barwick 1979fe63ca Rename variable for consistency 2015-03-10 15:56:53 +09:00
Ian Barwick b0ce1fc801 Fix release numbers 2015-03-10 14:51:31 +09:00
Ian Barwick 28c2652580 Put files back where expected in Makefile
They'll be common between releases anyway.
2015-03-10 14:41:15 +09:00
Ian Barwick e3b8a8fc3a Initial spec file for 3.x/9.3 2015-03-10 14:09:05 +09:00
Ian Barwick 74d925475e Separate specfiles by major version 2015-03-10 11:07:59 +09:00
Ian Barwick bd96e0ca72 Remove various temporary debugging output, comments 2015-03-10 09:55:16 +09:00
Ian Barwick 918ee3811f Improve error message 2015-03-10 08:42:46 +09:00
Ian Barwick 606d0afabc primary -> master
For consistency.
2015-03-09 15:48:46 +09:00
Ian Barwick e16c3b2c9a Improve -?/--help output 2015-03-09 15:16:24 +09:00
Ian Barwick 4e6c250830 Remove experimental event logging code
Needs more bikeshedding.
2015-03-09 14:39:04 +09:00
Ian Barwick 29110a6e11 Consolidate version checking code 2015-03-09 14:19:13 +09:00
Ian Barwick abf92883a8 Clean up log output
No need to prefix each line with the program name; this was pretty
inconsistent anyway. The only place where log output needs to identify
the outputting program is when syslog is being used, which is done
anyway.
2015-03-09 12:00:05 +09:00
Ian Barwick bdf1696b58 Fix WAL level check for 9.4 and later 2015-03-09 10:07:31 +09:00
Ian Barwick 7ad001e0c5 Parse config file before daemonizing
Daemonizing changes the current working directory to '/',
which breaks configuration file parsing if the file is in
the previous working directory and provided without an
explicit path.

Also it makes general sense to parse the configuration file
before daemonizing.
2015-03-09 08:26:33 +09:00
Ian Barwick fb8296644d Canonicalize configuration file path 2015-03-09 08:25:35 +09:00
Ian Barwick e603498f43 Parse config file before daemonizing
Daemonizing changes the current working directory to '/',
which breaks configuration file parsing if the file is in
the previous working directory and provided without an
explicit path.

Also it makes general sense to parse the configuration file
before daemonizing.
2015-03-09 08:21:54 +09:00
Ian Barwick d7365535ab Reject parameters with empty values. 2015-03-08 00:12:33 +09:00