mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
Compare commits
109 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
310f3f31f9 | ||
|
|
4f849de95e | ||
|
|
0de4260664 | ||
|
|
fc75084e42 | ||
|
|
cfbc9dd3c6 | ||
|
|
94579b5f2e | ||
|
|
e9a25c367a | ||
|
|
3088096318 | ||
|
|
3bbd32c73c | ||
|
|
ac17033d61 | ||
|
|
711ad0a76c | ||
|
|
ad988dccce | ||
|
|
53fe3c7e5a | ||
|
|
7a439c90d0 | ||
|
|
87e5257cb8 | ||
|
|
1f240ff9b3 | ||
|
|
9d6cff0d40 | ||
|
|
f86e251430 | ||
|
|
085b7cb8b4 | ||
|
|
5ccf89ad9b | ||
|
|
6ae5401df0 | ||
|
|
4bd8190d02 | ||
|
|
efdc2355a7 | ||
|
|
61b1f72a0e | ||
|
|
882bfd9d8e | ||
|
|
c93f717305 | ||
|
|
85be96a0be | ||
|
|
ce2d4fb86f | ||
|
|
40354e1d62 | ||
|
|
3e1655f241 | ||
|
|
8387e7f65e | ||
|
|
aa4dd155b2 | ||
|
|
a171a501ab | ||
|
|
f42f771ff4 | ||
|
|
88cfcf358e | ||
|
|
ce3594d52d | ||
|
|
f64c42a514 | ||
|
|
3072139d06 | ||
|
|
3b7185fd39 | ||
|
|
819f980e76 | ||
|
|
49316fb8fb | ||
|
|
fa4ff73b87 | ||
|
|
29842f0e0d | ||
|
|
25db1ba737 | ||
|
|
7b9f6f5352 | ||
|
|
53b8f99217 | ||
|
|
95cdaac91d | ||
|
|
e7dd0f690c | ||
|
|
e0c5bb8d31 | ||
|
|
df3e55fa35 | ||
|
|
0ee2a1e6ba | ||
|
|
df05214970 | ||
|
|
bd1314d232 | ||
|
|
745566605d | ||
|
|
807dcc1038 | ||
|
|
acc0ffa81f | ||
|
|
1725e90308 | ||
|
|
2a3fb89603 | ||
|
|
8f24167f68 | ||
|
|
6ce94778d7 | ||
|
|
3a3c6d5143 | ||
|
|
73661637e9 | ||
|
|
ae84041a4e | ||
|
|
ea01d1d30b | ||
|
|
53ed8e948c | ||
|
|
43626892d0 | ||
|
|
8870b7d7f1 | ||
|
|
72b1e57251 | ||
|
|
6054da2c25 | ||
|
|
049ea4e24f | ||
|
|
5f8185ef3a | ||
|
|
66a6c15773 | ||
|
|
919fc0fbef | ||
|
|
c7c117130b | ||
|
|
df6517f167 | ||
|
|
0bf3fb0605 | ||
|
|
c2172d79a5 | ||
|
|
709276a19c | ||
|
|
3f98e1b91b | ||
|
|
8af08ab3f4 | ||
|
|
ff038a5148 | ||
|
|
f56f70c2a6 | ||
|
|
d353fe2a9f | ||
|
|
a70a44605f | ||
|
|
d14dcb3d8b | ||
|
|
249ac7c72a | ||
|
|
9d850fc4bd | ||
|
|
42cb811a07 | ||
|
|
1e202540e3 | ||
|
|
52db03d320 | ||
|
|
60d720f0c7 | ||
|
|
34af7dec2a | ||
|
|
a59ea243c0 | ||
|
|
0c5025b3d6 | ||
|
|
42b79b9b54 | ||
|
|
2e47c6b40b | ||
|
|
6fbff4747f | ||
|
|
cc567d38c8 | ||
|
|
69c552b8e0 | ||
|
|
51967d2bd8 | ||
|
|
97be9c0cda | ||
|
|
00a28fbb1e | ||
|
|
d512bac31d | ||
|
|
fb6781775d | ||
|
|
04c751a912 | ||
|
|
2615cffecc | ||
|
|
1f838f99c2 | ||
|
|
d3f119005b | ||
|
|
db6d4d8820 |
@@ -2,7 +2,7 @@ License and Contributions
|
|||||||
=========================
|
=========================
|
||||||
|
|
||||||
`repmgr` is licensed under the GPL v3. All of its code and documentation is
|
`repmgr` is licensed under the GPL v3. All of its code and documentation is
|
||||||
Copyright 2010-2016, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for
|
Copyright 2010-2015, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for
|
||||||
details.
|
details.
|
||||||
|
|
||||||
The development of repmgr has primarily been sponsored by 2ndQuadrant customers.
|
The development of repmgr has primarily been sponsored by 2ndQuadrant customers.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2010-2016, 2ndQuadrant Limited
|
Copyright (c) 2010-2015, 2ndQuadrant Limited
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
|||||||
239
FAILOVER.rst
239
FAILOVER.rst
@@ -1 +1,238 @@
|
|||||||
The contents of this file have been incorporated into the main README.md document.
|
====================================================
|
||||||
|
PostgreSQL Automatic Failover - User Documentation
|
||||||
|
====================================================
|
||||||
|
|
||||||
|
Automatic Failover
|
||||||
|
==================
|
||||||
|
|
||||||
|
repmgr allows for automatic failover when it detects the failure of the master node.
|
||||||
|
Following is a quick setup for this.
|
||||||
|
|
||||||
|
Installation
|
||||||
|
============
|
||||||
|
|
||||||
|
For convenience, we define:
|
||||||
|
|
||||||
|
**node1**
|
||||||
|
is the fully qualified domain name of the Master server, IP 192.168.1.10
|
||||||
|
**node2**
|
||||||
|
is the fully qualified domain name of the Standby server, IP 192.168.1.11
|
||||||
|
**witness**
|
||||||
|
is the fully qualified domain name of the server used as a witness, IP 192.168.1.12
|
||||||
|
|
||||||
|
**Note:** We don't recommend using names with the status of a server like «masterserver»,
|
||||||
|
because it would be confusing once a failover takes place and the Master is
|
||||||
|
now on the «standbyserver».
|
||||||
|
|
||||||
|
Summary
|
||||||
|
-------
|
||||||
|
|
||||||
|
2 PostgreSQL servers are involved in the replication. Automatic failover needs
|
||||||
|
a vote to decide what server it should promote, so an odd number is required.
|
||||||
|
A witness-repmgrd is installed in a third server where it uses a PostgreSQL
|
||||||
|
cluster to communicate with other repmgrd daemons.
|
||||||
|
|
||||||
|
1. Install PostgreSQL in all the servers involved (including the witness server)
|
||||||
|
|
||||||
|
2. Install repmgr in all the servers involved (including the witness server)
|
||||||
|
|
||||||
|
3. Configure the Master PostreSQL
|
||||||
|
|
||||||
|
4. Clone the Master to the Standby using "repmgr standby clone" command
|
||||||
|
|
||||||
|
5. Configure repmgr in all the servers involved (including the witness server)
|
||||||
|
|
||||||
|
6. Register Master and Standby nodes
|
||||||
|
|
||||||
|
7. Initiate witness server
|
||||||
|
|
||||||
|
8. Start the repmgrd daemons in all nodes
|
||||||
|
|
||||||
|
**Note** A complete High-Availability design needs at least 3 servers to still have
|
||||||
|
a backup node after a first failure.
|
||||||
|
|
||||||
|
Install PostgreSQL
|
||||||
|
------------------
|
||||||
|
|
||||||
|
You can install PostgreSQL using any of the recommended methods. You should ensure
|
||||||
|
it's 9.0 or later.
|
||||||
|
|
||||||
|
Install repmgr
|
||||||
|
--------------
|
||||||
|
|
||||||
|
Install repmgr following the steps in the README file.
|
||||||
|
|
||||||
|
Configure PostreSQL
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Log in to node1.
|
||||||
|
|
||||||
|
Edit the file postgresql.conf and modify the parameters::
|
||||||
|
|
||||||
|
listen_addresses='*'
|
||||||
|
wal_level = 'hot_standby'
|
||||||
|
archive_mode = on
|
||||||
|
archive_command = 'cd .' # we can also use exit 0, anything that
|
||||||
|
# just does nothing
|
||||||
|
max_wal_senders = 10
|
||||||
|
wal_keep_segments = 5000 # 80 GB required on pg_xlog
|
||||||
|
hot_standby = on
|
||||||
|
shared_preload_libraries = 'repmgr_funcs'
|
||||||
|
|
||||||
|
Edit the file pg_hba.conf and add lines for the replication::
|
||||||
|
|
||||||
|
host repmgr repmgr 127.0.0.1/32 trust
|
||||||
|
host repmgr repmgr 192.168.1.10/30 trust
|
||||||
|
host replication all 192.168.1.10/30 trust
|
||||||
|
|
||||||
|
**Note:** It is also possible to use a password authentication (md5), .pgpass file
|
||||||
|
should be edited to allow connection between each node.
|
||||||
|
|
||||||
|
Create the user and database to manage replication::
|
||||||
|
|
||||||
|
su - postgres
|
||||||
|
createuser -s repmgr
|
||||||
|
createdb -O repmgr repmgr
|
||||||
|
|
||||||
|
Restart the PostgreSQL server::
|
||||||
|
|
||||||
|
pg_ctl -D $PGDATA restart
|
||||||
|
|
||||||
|
And check everything is fine in the server log.
|
||||||
|
|
||||||
|
Create the ssh-key for the postgres user and copy it to other servers::
|
||||||
|
|
||||||
|
su - postgres
|
||||||
|
ssh-keygen # /!\ do not use a passphrase /!\
|
||||||
|
cat ~/.ssh/id_rsa.pub > ~/.ssh/authorized_keys
|
||||||
|
chmod 600 ~/.ssh/authorized_keys
|
||||||
|
exit
|
||||||
|
rsync -avz ~postgres/.ssh/authorized_keys node2:~postgres/.ssh/
|
||||||
|
rsync -avz ~postgres/.ssh/authorized_keys witness:~postgres/.ssh/
|
||||||
|
rsync -avz ~postgres/.ssh/id_rsa* node2:~postgres/.ssh/
|
||||||
|
rsync -avz ~postgres/.ssh/id_rsa* witness:~postgres/.ssh/
|
||||||
|
|
||||||
|
Clone Master
|
||||||
|
------------
|
||||||
|
|
||||||
|
Log in to node2.
|
||||||
|
|
||||||
|
Clone node1 (the current Master)::
|
||||||
|
|
||||||
|
su - postgres
|
||||||
|
repmgr -d repmgr -U repmgr -h node1 standby clone
|
||||||
|
|
||||||
|
Start the PostgreSQL server::
|
||||||
|
|
||||||
|
pg_ctl -D $PGDATA start
|
||||||
|
|
||||||
|
And check everything is fine in the server log.
|
||||||
|
|
||||||
|
Configure repmgr
|
||||||
|
----------------
|
||||||
|
|
||||||
|
Log in to each server and configure repmgr by editing the file
|
||||||
|
/etc/repmgr/repmgr.conf::
|
||||||
|
|
||||||
|
cluster=my_cluster
|
||||||
|
node=1
|
||||||
|
node_name=earth
|
||||||
|
conninfo='host=192.168.1.10 dbname=repmgr user=repmgr'
|
||||||
|
master_response_timeout=60
|
||||||
|
reconnect_attempts=6
|
||||||
|
reconnect_interval=10
|
||||||
|
failover=automatic
|
||||||
|
promote_command='promote_command.sh'
|
||||||
|
follow_command='repmgr standby follow -f /etc/repmgr/repmgr.conf'
|
||||||
|
|
||||||
|
**cluster**
|
||||||
|
is the name of the current replication.
|
||||||
|
**node**
|
||||||
|
is the number of the current node (1, 2 or 3 in the current example).
|
||||||
|
**node_name**
|
||||||
|
is an identifier for every node.
|
||||||
|
**conninfo**
|
||||||
|
is used to connect to the local PostgreSQL server (where the configuration file is) from any node. In the witness server configuration you need to add a 'port=5499' to the conninfo.
|
||||||
|
**master_response_timeout**
|
||||||
|
is the maximum amount of time we are going to wait before deciding the master has died and start the failover procedure.
|
||||||
|
**reconnect_attempts**
|
||||||
|
is the number of times we will try to reconnect to master after a failure has been detected and before start the failover procedure.
|
||||||
|
**reconnect_interval**
|
||||||
|
is the amount of time between retries to reconnect to master after a failure has been detected and before start the failover procedure.
|
||||||
|
**failover**
|
||||||
|
configure behavior: *manual* or *automatic*.
|
||||||
|
**promote_command**
|
||||||
|
the command executed to do the failover (including the PostgreSQL failover itself). The command must return 0 on success.
|
||||||
|
**follow_command**
|
||||||
|
the command executed to address the current standby to another Master. The command must return 0 on success.
|
||||||
|
|
||||||
|
Register Master and Standby
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
Log in to node1.
|
||||||
|
|
||||||
|
Register the node as master::
|
||||||
|
|
||||||
|
su - postgres
|
||||||
|
repmgr -f /etc/repmgr/repmgr.conf master register
|
||||||
|
|
||||||
|
This will also create the repmgr schema and functions.
|
||||||
|
|
||||||
|
Log in to node2. Register it as a standby::
|
||||||
|
|
||||||
|
su - postgres
|
||||||
|
repmgr -f /etc/repmgr/repmgr.conf standby register
|
||||||
|
|
||||||
|
Initialize witness server
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
Log in to witness.
|
||||||
|
|
||||||
|
Initialize the witness server::
|
||||||
|
|
||||||
|
su - postgres
|
||||||
|
repmgr -d repmgr -U repmgr -h 192.168.1.10 -D $WITNESS_PGDATA -f /etc/repmgr/repmgr.conf witness create
|
||||||
|
|
||||||
|
The witness server needs the following information from the command
|
||||||
|
line:
|
||||||
|
|
||||||
|
* Connection details for the current master, to copy the cluster
|
||||||
|
configuration.
|
||||||
|
* A location for initializing its own $PGDATA.
|
||||||
|
|
||||||
|
repmgr will also ask for the superuser password on the witness database so
|
||||||
|
it can reconnect when needed (the command line option --initdb-no-pwprompt
|
||||||
|
will set up a password-less superuser).
|
||||||
|
|
||||||
|
By default the witness server will listen on port 5499; this value can be
|
||||||
|
overridden by explicitly providing the port number in the conninfo string
|
||||||
|
in repmgr.conf. (Note that it is also possible to specify the port number
|
||||||
|
with the -l/--local-port option, however this option is now deprecated and
|
||||||
|
will be overridden by a port setting in the conninfo string).
|
||||||
|
|
||||||
|
Start the repmgrd daemons
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
Log in to node2 and witness::
|
||||||
|
|
||||||
|
su - postgres
|
||||||
|
repmgrd -f /etc/repmgr/repmgr.conf --daemonize -> /var/log/postgresql/repmgr.log 2>&1
|
||||||
|
|
||||||
|
**Note:** The Master does not need a repmgrd daemon.
|
||||||
|
|
||||||
|
Suspend Automatic behavior
|
||||||
|
==========================
|
||||||
|
|
||||||
|
Edit the repmgr.conf of the node to remove from automatic processing and change::
|
||||||
|
|
||||||
|
failover=manual
|
||||||
|
|
||||||
|
Then, signal repmgrd daemon::
|
||||||
|
|
||||||
|
su - postgres
|
||||||
|
kill -HUP $(pidof repmgrd)
|
||||||
|
|
||||||
|
Usage
|
||||||
|
=====
|
||||||
|
|
||||||
|
The repmgr documentation is in the README file (how to build, options, etc.)
|
||||||
|
|||||||
16
FAQ.md
16
FAQ.md
@@ -120,22 +120,6 @@ General
|
|||||||
permission is for PostgreSQL's streaming replication and doesn't
|
permission is for PostgreSQL's streaming replication and doesn't
|
||||||
necessarily need to be the `repmgr` user.
|
necessarily need to be the `repmgr` user.
|
||||||
|
|
||||||
- When cloning a standby, why do I need to provide the connection parameters
|
|
||||||
for the primary server on the command line, not in the configuration file?
|
|
||||||
|
|
||||||
Cloning a standby is a one-time action; the role of the server being cloned
|
|
||||||
from could change, so fixing it in the configuration file would create
|
|
||||||
confusion. If `repmgr` needs to establish a connection to the primary
|
|
||||||
server, it can retrieve this from the `repl_nodes` table or if necessary
|
|
||||||
scan the replication cluster until it locates the active primary.
|
|
||||||
|
|
||||||
- Why is there no foreign key on the `node_id` column in the `repl_events`
|
|
||||||
table?
|
|
||||||
|
|
||||||
Under some circumstances event notifications can be generated for servers
|
|
||||||
which have not yet been registered; it's also useful to retain a record
|
|
||||||
of events which includes servers removed from the replication cluster
|
|
||||||
which no longer have an entry in the `repl_nodes` table.
|
|
||||||
|
|
||||||
`repmgrd`
|
`repmgrd`
|
||||||
---------
|
---------
|
||||||
|
|||||||
20
HISTORY
20
HISTORY
@@ -1,23 +1,3 @@
|
|||||||
3.1.2 2016-04-12
|
|
||||||
Fix pg_ctl path generation in do_standby_switchover() (Ian)
|
|
||||||
Regularly sync witness server repl_nodes table (Ian)
|
|
||||||
Documentation improvements (Gianni, dhyannataraj)
|
|
||||||
(Experimental) ensure repmgr handles failover slots when copying
|
|
||||||
in rsync mode (Craig, Ian)
|
|
||||||
rsync mode handling fixes (Martín)
|
|
||||||
Enable repmgr to compile against 9.6devel (Ian)
|
|
||||||
|
|
||||||
3.1.1 2016-02-24
|
|
||||||
Add '-P/--pwprompt' option for "repmgr create witness" (Ian)
|
|
||||||
Prevent repmgr/repmgrd running as root (Ian)
|
|
||||||
|
|
||||||
3.1.0 2016-02-01
|
|
||||||
Add "repmgr standby switchover" command (Ian)
|
|
||||||
Revised README file (Ian)
|
|
||||||
Remove requirement for 'archive_mode' to be enabled (Ian)
|
|
||||||
Improve -?/--help output, showing default values if relevant (Ian)
|
|
||||||
Various bugfixes to command line/configuration parameter handling (Ian)
|
|
||||||
|
|
||||||
3.0.3 2016-01-04
|
3.0.3 2016-01-04
|
||||||
Create replication slot if required before base backup is run (Abhijit)
|
Create replication slot if required before base backup is run (Abhijit)
|
||||||
standy clone: when using rsync, clean up "pg_replslot" directory (Ian)
|
standy clone: when using rsync, clean up "pg_replslot" directory (Ian)
|
||||||
|
|||||||
48
Makefile
48
Makefile
@@ -1,8 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Makefile
|
# Makefile
|
||||||
# Copyright (c) 2ndQuadrant, 2010-2016
|
# Copyright (c) 2ndQuadrant, 2010-2015
|
||||||
|
|
||||||
HEADERS = $(wildcard *.h)
|
|
||||||
|
|
||||||
repmgrd_OBJS = dbutils.o config.o repmgrd.o log.o strutil.o
|
repmgrd_OBJS = dbutils.o config.o repmgrd.o log.o strutil.o
|
||||||
repmgr_OBJS = dbutils.o check_dir.o config.o repmgr.o log.o strutil.o
|
repmgr_OBJS = dbutils.o check_dir.o config.o repmgr.o log.o strutil.o
|
||||||
@@ -10,24 +8,17 @@ repmgr_OBJS = dbutils.o check_dir.o config.o repmgr.o log.o strutil.o
|
|||||||
DATA = repmgr.sql uninstall_repmgr.sql
|
DATA = repmgr.sql uninstall_repmgr.sql
|
||||||
|
|
||||||
PG_CPPFLAGS = -I$(libpq_srcdir)
|
PG_CPPFLAGS = -I$(libpq_srcdir)
|
||||||
PG_LIBS = $(libpq_pgport)
|
PG_LIBS = $(libpq_pgport)
|
||||||
|
|
||||||
|
all: repmgrd repmgr
|
||||||
all: repmgrd repmgr
|
|
||||||
$(MAKE) -C sql
|
$(MAKE) -C sql
|
||||||
|
|
||||||
repmgrd: $(repmgrd_OBJS)
|
repmgrd: $(repmgrd_OBJS)
|
||||||
$(CC) -o repmgrd $(CFLAGS) $(repmgrd_OBJS) $(PG_LIBS) $(LDFLAGS) $(LDFLAGS_EX) $(LIBS)
|
$(CC) $(CFLAGS) $(repmgrd_OBJS) $(PG_LIBS) $(LDFLAGS) $(LDFLAGS_EX) $(LIBS) -o repmgrd
|
||||||
$(MAKE) -C sql
|
$(MAKE) -C sql
|
||||||
|
|
||||||
repmgr: $(repmgr_OBJS)
|
repmgr: $(repmgr_OBJS)
|
||||||
$(CC) -o repmgr $(CFLAGS) $(repmgr_OBJS) $(PG_LIBS) $(LDFLAGS) $(LDFLAGS_EX) $(LIBS)
|
$(CC) $(CFLAGS) $(repmgr_OBJS) $(PG_LIBS) $(LDFLAGS) $(LDFLAGS_EX) $(LIBS) -o repmgr
|
||||||
|
|
||||||
# Make all objects depend on all include files. This is a bit of a
|
|
||||||
# shotgun approach, but the codebase is small enough that a complete rebuild
|
|
||||||
# is very fast anyway.
|
|
||||||
$(repmgr_OBJS): $(HEADERS)
|
|
||||||
$(repmgrd_OBJS): $(HEADERS)
|
|
||||||
|
|
||||||
ifdef USE_PGXS
|
ifdef USE_PGXS
|
||||||
PG_CONFIG = pg_config
|
PG_CONFIG = pg_config
|
||||||
@@ -40,8 +31,8 @@ include $(top_builddir)/src/Makefile.global
|
|||||||
include $(top_srcdir)/contrib/contrib-global.mk
|
include $(top_srcdir)/contrib/contrib-global.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# XXX: This overrides the pgxs install target - we're building two binaries,
|
# XXX: Try to use PROGRAM construct (see pgxs.mk) someday. Right now
|
||||||
# which is not supported by pgxs.mk's PROGRAM construct.
|
# is overriding pgxs install.
|
||||||
install: install_prog install_ext
|
install: install_prog install_ext
|
||||||
|
|
||||||
install_prog:
|
install_prog:
|
||||||
@@ -52,12 +43,6 @@ install_prog:
|
|||||||
install_ext:
|
install_ext:
|
||||||
$(MAKE) -C sql install
|
$(MAKE) -C sql install
|
||||||
|
|
||||||
# Distribution-specific package building targets
|
|
||||||
# ----------------------------------------------
|
|
||||||
#
|
|
||||||
# XXX we recommend using the PGDG-supplied packages where possible;
|
|
||||||
# see README.md for details.
|
|
||||||
|
|
||||||
install_rhel:
|
install_rhel:
|
||||||
mkdir -p '$(DESTDIR)/etc/init.d/'
|
mkdir -p '$(DESTDIR)/etc/init.d/'
|
||||||
$(INSTALL_PROGRAM) RHEL/repmgrd.init '$(DESTDIR)/etc/init.d/repmgrd'
|
$(INSTALL_PROGRAM) RHEL/repmgrd.init '$(DESTDIR)/etc/init.d/repmgrd'
|
||||||
@@ -82,21 +67,16 @@ clean:
|
|||||||
rm -f repmgr
|
rm -f repmgr
|
||||||
$(MAKE) -C sql clean
|
$(MAKE) -C sql clean
|
||||||
|
|
||||||
# Get correct version numbers and install paths, depending on your postgres version
|
|
||||||
PG_VERSION = $(shell pg_config --version | cut -d ' ' -f 2 | cut -d '.' -f 1,2)
|
|
||||||
REPMGR_VERSION = $(shell grep REPMGR_VERSION version.h | cut -d ' ' -f 3 | cut -d '"' -f 2)
|
|
||||||
PKGLIBDIR = $(shell pg_config --pkglibdir)
|
|
||||||
SHAREDIR = $(shell pg_config --sharedir)
|
|
||||||
|
|
||||||
deb: repmgrd repmgr
|
deb: repmgrd repmgr
|
||||||
mkdir -p ./debian/usr/bin
|
mkdir -p ./debian/usr/bin
|
||||||
cp repmgrd repmgr ./debian/usr/bin/
|
cp repmgrd repmgr ./debian/usr/bin/
|
||||||
mkdir -p ./debian$(SHAREDIR)/contrib/
|
mkdir -p ./debian/usr/share/postgresql/9.0/contrib/
|
||||||
cp sql/repmgr_funcs.sql ./debian$(SHAREDIR)/contrib/
|
cp sql/repmgr_funcs.sql ./debian/usr/share/postgresql/9.0/contrib/
|
||||||
cp sql/uninstall_repmgr_funcs.sql ./debian$(SHAREDIR)/contrib/
|
cp sql/uninstall_repmgr_funcs.sql ./debian/usr/share/postgresql/9.0/contrib/
|
||||||
mkdir -p ./debian$(PKGLIBDIR)/
|
mkdir -p ./debian/usr/lib/postgresql/9.0/lib/
|
||||||
cp sql/repmgr_funcs.so ./debian$(PKGLIBDIR)/
|
cp sql/repmgr_funcs.so ./debian/usr/lib/postgresql/9.0/lib/
|
||||||
dpkg-deb --build debian
|
dpkg-deb --build debian
|
||||||
mv debian.deb ../postgresql-repmgr-$(PG_VERSION)_$(REPMGR_VERSION).deb
|
mv debian.deb ../postgresql-repmgr-9.0_1.0.0.deb
|
||||||
rm -rf ./debian/usr
|
rm -rf ./debian/usr
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
119
QUICKSTART.md
119
QUICKSTART.md
@@ -1 +1,118 @@
|
|||||||
The contents of this file have been incorporated into the main README.md document.
|
repmgr quickstart guide
|
||||||
|
=======================
|
||||||
|
|
||||||
|
This quickstart guide provides some annotated examples on basic
|
||||||
|
`repmgr` setup. It assumes you are familiar with PostgreSQL replication
|
||||||
|
concepts setup and Linux/UNIX system administration.
|
||||||
|
|
||||||
|
For the purposes of this guide, we'll assume the database user will be
|
||||||
|
`repmgr_usr` and the database will be `repmgr_db`.
|
||||||
|
|
||||||
|
|
||||||
|
Master setup
|
||||||
|
------------
|
||||||
|
|
||||||
|
1. Configure PostgreSQL
|
||||||
|
|
||||||
|
- create user and database:
|
||||||
|
|
||||||
|
```
|
||||||
|
CREATE ROLE repmgr_usr LOGIN SUPERUSER;
|
||||||
|
CREATE DATABASE repmgr_db OWNER repmgr_usr;
|
||||||
|
```
|
||||||
|
|
||||||
|
- configure `postgresql.conf` for replication (see README.md for sample
|
||||||
|
settings)
|
||||||
|
|
||||||
|
- update `pg_hba.conf`, e.g.:
|
||||||
|
|
||||||
|
```
|
||||||
|
host repmgr_db repmgr_usr 192.168.1.0/24 trust
|
||||||
|
host replication repmgr_usr 192.168.1.0/24 trust
|
||||||
|
```
|
||||||
|
|
||||||
|
Restart the PostgreSQL server after making these changes.
|
||||||
|
|
||||||
|
2. Create the `repmgr` configuration file:
|
||||||
|
|
||||||
|
$ cat /path/to/repmgr/node1/repmgr.conf
|
||||||
|
cluster=test
|
||||||
|
node=1
|
||||||
|
node_name=node1
|
||||||
|
conninfo='host=repmgr_node1 user=repmgr_usr dbname=repmgr_db'
|
||||||
|
pg_bindir=/path/to/postgres/bin
|
||||||
|
|
||||||
|
(For an annotated `repmgr.conf` file, see `repmgr.conf.sample` in the
|
||||||
|
repository's root directory).
|
||||||
|
|
||||||
|
3. Register the master node with `repmgr`:
|
||||||
|
|
||||||
|
$ repmgr -f /path/to/repmgr/node1/repmgr.conf --verbose master register
|
||||||
|
[2015-03-03 17:45:53] [INFO] repmgr connecting to master database
|
||||||
|
[2015-03-03 17:45:53] [INFO] repmgr connected to master, checking its state
|
||||||
|
[2015-03-03 17:45:53] [INFO] master register: creating database objects inside the repmgr_test schema
|
||||||
|
[2015-03-03 17:45:53] [NOTICE] Master node correctly registered for cluster test with id 1 (conninfo: host=localhost user=repmgr_usr dbname=repmgr_db)
|
||||||
|
|
||||||
|
Standby setup
|
||||||
|
-------------
|
||||||
|
|
||||||
|
1. Use `repmgr standby clone` to clone a standby from the master:
|
||||||
|
|
||||||
|
repmgr -D /path/to/standby/data -d repmgr_db -U repmgr_usr --verbose standby clone 192.168.1.2
|
||||||
|
[2015-03-03 18:18:21] [NOTICE] No configuration file provided and default file './repmgr.conf' not found - continuing with default values
|
||||||
|
[2015-03-03 18:18:21] [NOTICE] repmgr Destination directory ' /path/to/standby/data' provided
|
||||||
|
[2015-03-03 18:18:21] [INFO] repmgr connecting to upstream node
|
||||||
|
[2015-03-03 18:18:21] [INFO] repmgr connected to upstream node, checking its state
|
||||||
|
[2015-03-03 18:18:21] [INFO] Successfully connected to upstream node. Current installation size is 27 MB
|
||||||
|
[2015-03-03 18:18:21] [NOTICE] Starting backup...
|
||||||
|
[2015-03-03 18:18:21] [INFO] creating directory " /path/to/standby/data"...
|
||||||
|
[2015-03-03 18:18:21] [INFO] Executing: 'pg_basebackup -l "repmgr base backup" -h localhost -p 9595 -U repmgr_usr -D /path/to/standby/data '
|
||||||
|
NOTICE: pg_stop_backup complete, all required WAL segments have been archived
|
||||||
|
[2015-03-03 18:18:23] [NOTICE] repmgr standby clone (using pg_basebackup) complete
|
||||||
|
[2015-03-03 18:18:23] [NOTICE] HINT: You can now start your postgresql server
|
||||||
|
[2015-03-03 18:18:23] [NOTICE] for example : pg_ctl -D /path/to/standby/data start
|
||||||
|
|
||||||
|
Note that the `repmgr.conf` file is not required when cloning a standby.
|
||||||
|
However we recommend providing a valid `repmgr.conf` if you wish to use
|
||||||
|
replication slots, or want `repmgr` to log the clone event to the
|
||||||
|
`repl_events` table.
|
||||||
|
|
||||||
|
This will clone the PostgreSQL database files from the master, including its
|
||||||
|
`postgresql.conf` and `pg_hba.conf` files, and additionally automatically create
|
||||||
|
the `recovery.conf` file containing the correct parameters to start streaming
|
||||||
|
from the primary node.
|
||||||
|
|
||||||
|
2. Start the PostgreSQL server
|
||||||
|
|
||||||
|
3. Create the `repmgr` configuration file:
|
||||||
|
|
||||||
|
$ cat /path/node2/repmgr/repmgr.conf
|
||||||
|
cluster=test
|
||||||
|
node=2
|
||||||
|
node_name=node2
|
||||||
|
conninfo='host=repmgr_node2 user=repmgr_usr dbname=repmgr_db'
|
||||||
|
pg_bindir=/path/to/postgres/bin
|
||||||
|
|
||||||
|
4. Register the standby node with `repmgr`:
|
||||||
|
|
||||||
|
$ repmgr -f /path/to/repmgr/node2/repmgr.conf --verbose standby register
|
||||||
|
[2015-03-03 18:24:34] [NOTICE] Opening configuration file: /path/to/repmgr/node2/repmgr.conf
|
||||||
|
[2015-03-03 18:24:34] [INFO] repmgr connecting to standby database
|
||||||
|
[2015-03-03 18:24:34] [INFO] repmgr connecting to master database
|
||||||
|
[2015-03-03 18:24:34] [INFO] finding node list for cluster 'test'
|
||||||
|
[2015-03-03 18:24:34] [INFO] checking role of cluster node '1'
|
||||||
|
[2015-03-03 18:24:34] [INFO] repmgr connected to master, checking its state
|
||||||
|
[2015-03-03 18:24:34] [INFO] repmgr registering the standby
|
||||||
|
[2015-03-03 18:24:34] [INFO] repmgr registering the standby complete
|
||||||
|
[2015-03-03 18:24:34] [NOTICE] Standby node correctly registered for cluster test with id 2 (conninfo: host=localhost user=repmgr_usr dbname=repmgr_db)
|
||||||
|
|
||||||
|
|
||||||
|
This concludes the basic `repmgr` setup of master and standby. The records
|
||||||
|
created in the `repl_nodes` table should look something like this:
|
||||||
|
|
||||||
|
repmgr_db=# SELECT * from repmgr_test.repl_nodes;
|
||||||
|
id | type | upstream_node_id | cluster | name | conninfo | slot_name | priority | active
|
||||||
|
----+---------+------------------+---------+-------+----------------------------------------------------+-----------+----------+--------
|
||||||
|
1 | primary | | test | node1 | host=repmgr_node1 user=repmgr_usr dbname=repmgr_db | | 0 | t
|
||||||
|
2 | standby | 1 | test | node2 | host=repmgr_node2 user=repmgr_usr dbname=repmgr_db | | 0 | t
|
||||||
|
(2 rows)
|
||||||
|
|||||||
10
TODO
10
TODO
@@ -40,6 +40,13 @@ Planned feature improvements
|
|||||||
* make old master node ID available for event notification commands
|
* make old master node ID available for event notification commands
|
||||||
(See github issue #80).
|
(See github issue #80).
|
||||||
|
|
||||||
|
* Have pg_basebackup use replication slots, if and when support for
|
||||||
|
this is added; see:
|
||||||
|
http://www.postgresql.org/message-id/555DD2B2.7020000@gmx.net
|
||||||
|
|
||||||
|
* use "primary/standby" terminology in place of "master/slave" for consistency
|
||||||
|
with main PostrgreSQL usage
|
||||||
|
|
||||||
* repmgr standby clone: possibility to use barman instead of performing a new base backup
|
* repmgr standby clone: possibility to use barman instead of performing a new base backup
|
||||||
|
|
||||||
* possibility to transform a failed master into a new standby with pg_rewind
|
* possibility to transform a failed master into a new standby with pg_rewind
|
||||||
@@ -53,9 +60,6 @@ Planned feature improvements
|
|||||||
requested, activate the replication slot using pg_receivexlog to negate the
|
requested, activate the replication slot using pg_receivexlog to negate the
|
||||||
need to set `wal_keep_segments` just for the initial clone (9.4 and 9.5).
|
need to set `wal_keep_segments` just for the initial clone (9.4 and 9.5).
|
||||||
|
|
||||||
* Take into account the fact that a standby can obtain WAL from an archive,
|
|
||||||
so even if direct streaming replication is interrupted, it may be up-to-date
|
|
||||||
|
|
||||||
Usability improvements
|
Usability improvements
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* check_dir.c - Directories management functions
|
* check_dir.c - Directories management functions
|
||||||
* Copyright (C) 2ndQuadrant, 2010-2016
|
* Copyright (C) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* check_dir.h
|
* check_dir.h
|
||||||
* Copyright (c) 2ndQuadrant, 2010-2016
|
* Copyright (c) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
72
config.c
72
config.c
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* config.c - Functions to parse the config file
|
* config.c - Functions to parse the config file
|
||||||
* Copyright (C) 2ndQuadrant, 2010-2016
|
* Copyright (C) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -31,7 +31,7 @@ static void exit_with_errors(ErrorList *config_errors);
|
|||||||
const static char *_progname = '\0';
|
const static char *_progname = '\0';
|
||||||
static char config_file_path[MAXPGPATH];
|
static char config_file_path[MAXPGPATH];
|
||||||
static bool config_file_provided = false;
|
static bool config_file_provided = false;
|
||||||
bool config_file_found = false;
|
static bool config_file_found = false;
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
@@ -149,7 +149,7 @@ load_config(const char *config_file, bool verbose, t_configuration_options *opti
|
|||||||
|
|
||||||
if (verbose == true)
|
if (verbose == true)
|
||||||
{
|
{
|
||||||
log_notice(_("looking for configuration file in %s\n"), sysconf_etc_path);
|
log_notice(_("looking for configuration file in %s"), sysconf_etc_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
snprintf(config_file_path, MAXPGPATH, "%s/%s", sysconf_etc_path, CONFIG_FILE_NAME);
|
snprintf(config_file_path, MAXPGPATH, "%s/%s", sysconf_etc_path, CONFIG_FILE_NAME);
|
||||||
@@ -198,13 +198,11 @@ parse_config(t_configuration_options *options)
|
|||||||
|
|
||||||
/* For sanity-checking provided conninfo string */
|
/* For sanity-checking provided conninfo string */
|
||||||
PQconninfoOption *conninfo_options;
|
PQconninfoOption *conninfo_options;
|
||||||
char *conninfo_errmsg = NULL;
|
char *conninfo_errmsg = NULL;
|
||||||
|
|
||||||
/* Collate configuration file errors here for friendlier reporting */
|
/* Collate configuration file errors here for friendlier reporting */
|
||||||
static ErrorList config_errors = { NULL, NULL };
|
static ErrorList config_errors = { NULL, NULL };
|
||||||
|
|
||||||
bool node_found = false;
|
|
||||||
|
|
||||||
/* Initialize configuration options with sensible defaults
|
/* Initialize configuration options with sensible defaults
|
||||||
* note: the default log level is set in log.c and does not need
|
* note: the default log level is set in log.c and does not need
|
||||||
* to be initialised here
|
* to be initialised here
|
||||||
@@ -235,9 +233,6 @@ parse_config(t_configuration_options *options)
|
|||||||
options->monitor_interval_secs = 2;
|
options->monitor_interval_secs = 2;
|
||||||
options->retry_promote_interval_secs = 300;
|
options->retry_promote_interval_secs = 300;
|
||||||
|
|
||||||
/* default to resyncing repl_nodes table every 30 seconds on the witness server */
|
|
||||||
options->witness_repl_nodes_sync_interval_secs = 30;
|
|
||||||
|
|
||||||
memset(options->event_notification_command, 0, sizeof(options->event_notification_command));
|
memset(options->event_notification_command, 0, sizeof(options->event_notification_command));
|
||||||
|
|
||||||
options->tablespace_mapping.head = NULL;
|
options->tablespace_mapping.head = NULL;
|
||||||
@@ -249,7 +244,7 @@ parse_config(t_configuration_options *options)
|
|||||||
*/
|
*/
|
||||||
if (config_file_found == false)
|
if (config_file_found == false)
|
||||||
{
|
{
|
||||||
log_verbose(LOG_NOTICE, _("no configuration file provided and no default file found - "
|
log_notice(_("no configuration file provided and no default file found - "
|
||||||
"continuing with default values\n"));
|
"continuing with default values\n"));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -295,12 +290,9 @@ parse_config(t_configuration_options *options)
|
|||||||
if (strcmp(name, "cluster") == 0)
|
if (strcmp(name, "cluster") == 0)
|
||||||
strncpy(options->cluster_name, value, MAXLEN);
|
strncpy(options->cluster_name, value, MAXLEN);
|
||||||
else if (strcmp(name, "node") == 0)
|
else if (strcmp(name, "node") == 0)
|
||||||
{
|
options->node = repmgr_atoi(value, "node", &config_errors);
|
||||||
options->node = repmgr_atoi(value, "node", &config_errors, false);
|
|
||||||
node_found = true;
|
|
||||||
}
|
|
||||||
else if (strcmp(name, "upstream_node") == 0)
|
else if (strcmp(name, "upstream_node") == 0)
|
||||||
options->upstream_node = repmgr_atoi(value, "upstream_node", &config_errors, false);
|
options->upstream_node = repmgr_atoi(value, "upstream_node", &config_errors);
|
||||||
else if (strcmp(name, "conninfo") == 0)
|
else if (strcmp(name, "conninfo") == 0)
|
||||||
strncpy(options->conninfo, value, MAXLEN);
|
strncpy(options->conninfo, value, MAXLEN);
|
||||||
else if (strcmp(name, "rsync_options") == 0)
|
else if (strcmp(name, "rsync_options") == 0)
|
||||||
@@ -331,7 +323,7 @@ parse_config(t_configuration_options *options)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (strcmp(name, "priority") == 0)
|
else if (strcmp(name, "priority") == 0)
|
||||||
options->priority = repmgr_atoi(value, "priority", &config_errors, true);
|
options->priority = repmgr_atoi(value, "priority", &config_errors);
|
||||||
else if (strcmp(name, "node_name") == 0)
|
else if (strcmp(name, "node_name") == 0)
|
||||||
strncpy(options->node_name, value, MAXLEN);
|
strncpy(options->node_name, value, MAXLEN);
|
||||||
else if (strcmp(name, "promote_command") == 0)
|
else if (strcmp(name, "promote_command") == 0)
|
||||||
@@ -339,16 +331,16 @@ parse_config(t_configuration_options *options)
|
|||||||
else if (strcmp(name, "follow_command") == 0)
|
else if (strcmp(name, "follow_command") == 0)
|
||||||
strncpy(options->follow_command, value, MAXLEN);
|
strncpy(options->follow_command, value, MAXLEN);
|
||||||
else if (strcmp(name, "master_response_timeout") == 0)
|
else if (strcmp(name, "master_response_timeout") == 0)
|
||||||
options->master_response_timeout = repmgr_atoi(value, "master_response_timeout", &config_errors, false);
|
options->master_response_timeout = repmgr_atoi(value, "master_response_timeout", &config_errors);
|
||||||
/* 'primary_response_timeout' as synonym for 'master_response_timeout' -
|
/* 'primary_response_timeout' as synonym for 'master_response_timeout' -
|
||||||
* we'll switch terminology in a future release (3.1?)
|
* we'll switch terminology in a future release (3.1?)
|
||||||
*/
|
*/
|
||||||
else if (strcmp(name, "primary_response_timeout") == 0)
|
else if (strcmp(name, "primary_response_timeout") == 0)
|
||||||
options->master_response_timeout = repmgr_atoi(value, "primary_response_timeout", &config_errors, false);
|
options->master_response_timeout = repmgr_atoi(value, "primary_response_timeout", &config_errors);
|
||||||
else if (strcmp(name, "reconnect_attempts") == 0)
|
else if (strcmp(name, "reconnect_attempts") == 0)
|
||||||
options->reconnect_attempts = repmgr_atoi(value, "reconnect_attempts", &config_errors, false);
|
options->reconnect_attempts = repmgr_atoi(value, "reconnect_attempts", &config_errors);
|
||||||
else if (strcmp(name, "reconnect_interval") == 0)
|
else if (strcmp(name, "reconnect_interval") == 0)
|
||||||
options->reconnect_interval = repmgr_atoi(value, "reconnect_interval", &config_errors, false);
|
options->reconnect_interval = repmgr_atoi(value, "reconnect_interval", &config_errors);
|
||||||
else if (strcmp(name, "pg_bindir") == 0)
|
else if (strcmp(name, "pg_bindir") == 0)
|
||||||
strncpy(options->pg_bindir, value, MAXLEN);
|
strncpy(options->pg_bindir, value, MAXLEN);
|
||||||
else if (strcmp(name, "pg_ctl_options") == 0)
|
else if (strcmp(name, "pg_ctl_options") == 0)
|
||||||
@@ -358,14 +350,12 @@ parse_config(t_configuration_options *options)
|
|||||||
else if (strcmp(name, "logfile") == 0)
|
else if (strcmp(name, "logfile") == 0)
|
||||||
strncpy(options->logfile, value, MAXLEN);
|
strncpy(options->logfile, value, MAXLEN);
|
||||||
else if (strcmp(name, "monitor_interval_secs") == 0)
|
else if (strcmp(name, "monitor_interval_secs") == 0)
|
||||||
options->monitor_interval_secs = repmgr_atoi(value, "monitor_interval_secs", &config_errors, false);
|
options->monitor_interval_secs = repmgr_atoi(value, "monitor_interval_secs", &config_errors);
|
||||||
else if (strcmp(name, "retry_promote_interval_secs") == 0)
|
else if (strcmp(name, "retry_promote_interval_secs") == 0)
|
||||||
options->retry_promote_interval_secs = repmgr_atoi(value, "retry_promote_interval_secs", &config_errors, false);
|
options->retry_promote_interval_secs = repmgr_atoi(value, "retry_promote_interval_secs", &config_errors);
|
||||||
else if (strcmp(name, "witness_repl_nodes_sync_interval_secs") == 0)
|
|
||||||
options->witness_repl_nodes_sync_interval_secs = repmgr_atoi(value, "witness_repl_nodes_sync_interval_secs", &config_errors, false);
|
|
||||||
else if (strcmp(name, "use_replication_slots") == 0)
|
else if (strcmp(name, "use_replication_slots") == 0)
|
||||||
/* XXX we should have a dedicated boolean argument format */
|
/* XXX we should have a dedicated boolean argument format */
|
||||||
options->use_replication_slots = repmgr_atoi(value, "use_replication_slots", &config_errors, false);
|
options->use_replication_slots = repmgr_atoi(value, "use_replication_slots", &config_errors);
|
||||||
else if (strcmp(name, "event_notification_command") == 0)
|
else if (strcmp(name, "event_notification_command") == 0)
|
||||||
strncpy(options->event_notification_command, value, MAXLEN);
|
strncpy(options->event_notification_command, value, MAXLEN);
|
||||||
else if (strcmp(name, "event_notifications") == 0)
|
else if (strcmp(name, "event_notifications") == 0)
|
||||||
@@ -397,17 +387,29 @@ parse_config(t_configuration_options *options)
|
|||||||
|
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
|
|
||||||
|
/* Check config settings */
|
||||||
|
|
||||||
if (node_found == false)
|
/* The following checks are for the presence of the parameter */
|
||||||
|
if (*options->cluster_name == '\0')
|
||||||
{
|
{
|
||||||
error_list_append(&config_errors, _("\"node\": parameter was not found"));
|
error_list_append(&config_errors, _("\"cluster\": parameter was not found\n"));
|
||||||
}
|
|
||||||
else if (options->node == 0)
|
|
||||||
{
|
|
||||||
error_list_append(&config_errors, _("\"node\": must be greater than zero"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strlen(options->conninfo))
|
if (options->node == -1)
|
||||||
|
{
|
||||||
|
error_list_append(&config_errors, _("\"node\": parameter was not found\n"));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (*options->node_name == '\0')
|
||||||
|
{
|
||||||
|
error_list_append(&config_errors, _("\"node_name\": parameter was not found\n"));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (*options->conninfo == '\0')
|
||||||
|
{
|
||||||
|
error_list_append(&config_errors, _("\"conninfo\": parameter was not found\n"));
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
/* Sanity check the provided conninfo string
|
/* Sanity check the provided conninfo string
|
||||||
@@ -789,7 +791,7 @@ error_list_append(ErrorList *error_list, char *error_message)
|
|||||||
* otherwise exit
|
* otherwise exit
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
repmgr_atoi(const char *value, const char *config_item, ErrorList *error_list, bool allow_negative)
|
repmgr_atoi(const char *value, const char *config_item, ErrorList *error_list)
|
||||||
{
|
{
|
||||||
char *endptr;
|
char *endptr;
|
||||||
long longval = 0;
|
long longval = 0;
|
||||||
@@ -820,8 +822,8 @@ repmgr_atoi(const char *value, const char *config_item, ErrorList *error_list, b
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Disallow negative values for most parameters */
|
/* Currently there are no values which could be negative */
|
||||||
if (allow_negative == false && longval < 0)
|
if (longval < 0)
|
||||||
{
|
{
|
||||||
snprintf(error_message_buf,
|
snprintf(error_message_buf,
|
||||||
MAXLEN,
|
MAXLEN,
|
||||||
|
|||||||
8
config.h
8
config.h
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* config.h
|
* config.h
|
||||||
* Copyright (c) 2ndQuadrant, 2010-2016
|
* Copyright (c) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -75,14 +75,13 @@ typedef struct
|
|||||||
char logfile[MAXLEN];
|
char logfile[MAXLEN];
|
||||||
int monitor_interval_secs;
|
int monitor_interval_secs;
|
||||||
int retry_promote_interval_secs;
|
int retry_promote_interval_secs;
|
||||||
int witness_repl_nodes_sync_interval_secs;
|
|
||||||
int use_replication_slots;
|
int use_replication_slots;
|
||||||
char event_notification_command[MAXLEN];
|
char event_notification_command[MAXLEN];
|
||||||
EventNotificationList event_notifications;
|
EventNotificationList event_notifications;
|
||||||
TablespaceList tablespace_mapping;
|
TablespaceList tablespace_mapping;
|
||||||
} t_configuration_options;
|
} t_configuration_options;
|
||||||
|
|
||||||
#define T_CONFIGURATION_OPTIONS_INITIALIZER { "", -1, NO_UPSTREAM_NODE, "", MANUAL_FAILOVER, -1, "", "", "", "", "", "", "", -1, -1, -1, "", "", "", "", 0, 0, 0, 0, "", { NULL, NULL }, {NULL, NULL} }
|
#define T_CONFIGURATION_OPTIONS_INITIALIZER { "", -1, NO_UPSTREAM_NODE, "", MANUAL_FAILOVER, -1, "", "", "", "", "", "", "", -1, -1, -1, "", "", "", "", 0, 0, 0, "", { NULL, NULL }, {NULL, NULL} }
|
||||||
|
|
||||||
typedef struct ErrorListCell
|
typedef struct ErrorListCell
|
||||||
{
|
{
|
||||||
@@ -107,7 +106,6 @@ char *trim(char *s);
|
|||||||
void error_list_append(ErrorList *error_list, char *error_message);
|
void error_list_append(ErrorList *error_list, char *error_message);
|
||||||
int repmgr_atoi(const char *s,
|
int repmgr_atoi(const char *s,
|
||||||
const char *config_item,
|
const char *config_item,
|
||||||
ErrorList *error_list,
|
ErrorList *error_list);
|
||||||
bool allow_negative);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
378
dbutils.c
378
dbutils.c
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* dbutils.c - Database connection/management functions
|
* dbutils.c - Database connection/management functions
|
||||||
* Copyright (C) 2ndQuadrant, 2010-2016
|
* Copyright (C) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -26,14 +26,11 @@
|
|||||||
#include "strutil.h"
|
#include "strutil.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
#include "catalog/pg_control.h"
|
|
||||||
|
|
||||||
char repmgr_schema[MAXLEN] = "";
|
char repmgr_schema[MAXLEN] = "";
|
||||||
char repmgr_schema_quoted[MAXLEN] = "";
|
char repmgr_schema_quoted[MAXLEN] = "";
|
||||||
|
|
||||||
|
|
||||||
PGconn *
|
PGconn *
|
||||||
_establish_db_connection(const char *conninfo, const bool exit_on_error, const bool log_notice)
|
establish_db_connection(const char *conninfo, const bool exit_on_error)
|
||||||
{
|
{
|
||||||
/* Make a connection to the database */
|
/* Make a connection to the database */
|
||||||
PGconn *conn = NULL;
|
PGconn *conn = NULL;
|
||||||
@@ -49,16 +46,8 @@ _establish_db_connection(const char *conninfo, const bool exit_on_error, const b
|
|||||||
/* Check to see that the backend connection was successfully made */
|
/* Check to see that the backend connection was successfully made */
|
||||||
if ((PQstatus(conn) != CONNECTION_OK))
|
if ((PQstatus(conn) != CONNECTION_OK))
|
||||||
{
|
{
|
||||||
if (log_notice)
|
log_err(_("connection to database failed: %s\n"),
|
||||||
{
|
PQerrorMessage(conn));
|
||||||
log_notice(_("connection to database failed: %s\n"),
|
|
||||||
PQerrorMessage(conn));
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
log_err(_("connection to database failed: %s\n"),
|
|
||||||
PQerrorMessage(conn));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (exit_on_error)
|
if (exit_on_error)
|
||||||
{
|
{
|
||||||
@@ -70,19 +59,6 @@ _establish_db_connection(const char *conninfo, const bool exit_on_error, const b
|
|||||||
return conn;
|
return conn;
|
||||||
}
|
}
|
||||||
|
|
||||||
PGconn *
|
|
||||||
establish_db_connection(const char *conninfo, const bool exit_on_error)
|
|
||||||
{
|
|
||||||
return _establish_db_connection(conninfo, exit_on_error, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
PGconn *
|
|
||||||
test_db_connection(const char *conninfo, const bool exit_on_error)
|
|
||||||
{
|
|
||||||
return _establish_db_connection(conninfo, exit_on_error, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
PGconn *
|
PGconn *
|
||||||
establish_db_connection_by_params(const char *keywords[], const char *values[],
|
establish_db_connection_by_params(const char *keywords[], const char *values[],
|
||||||
const bool exit_on_error)
|
const bool exit_on_error)
|
||||||
@@ -332,7 +308,7 @@ get_master_node_id(PGconn *conn, char *cluster)
|
|||||||
}
|
}
|
||||||
else if (PQntuples(res) == 0)
|
else if (PQntuples(res) == 0)
|
||||||
{
|
{
|
||||||
log_verbose(LOG_WARNING, _("get_master_node_id(): no active primary found\n"));
|
log_warning(_("get_master_node_id(): no active primary found\n"));
|
||||||
retval = NODE_NOT_FOUND;
|
retval = NODE_NOT_FOUND;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -469,6 +445,7 @@ get_cluster_size(PGconn *conn, char *size)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
get_pg_setting(PGconn *conn, const char *setting, char *output)
|
get_pg_setting(PGconn *conn, const char *setting, char *output)
|
||||||
{
|
{
|
||||||
@@ -511,7 +488,7 @@ get_pg_setting(PGconn *conn, const char *setting, char *output)
|
|||||||
|
|
||||||
if (success == true)
|
if (success == true)
|
||||||
{
|
{
|
||||||
log_verbose(LOG_DEBUG, _("get_pg_setting(): returned value is \"%s\"\n"), output);
|
log_debug(_("get_pg_setting(): returned value is \"%s\"\n"), output);
|
||||||
}
|
}
|
||||||
|
|
||||||
PQclear(res);
|
PQclear(res);
|
||||||
@@ -520,48 +497,6 @@ get_pg_setting(PGconn *conn, const char *setting, char *output)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* get_conninfo_value()
|
|
||||||
*
|
|
||||||
* Extract the value represented by 'keyword' in 'conninfo' and copy
|
|
||||||
* it to the 'output' buffer.
|
|
||||||
*
|
|
||||||
* Returns true on success, or false on failure (conninfo string could
|
|
||||||
* not be parsed, or provided keyword not found).
|
|
||||||
*/
|
|
||||||
|
|
||||||
bool
|
|
||||||
get_conninfo_value(const char *conninfo, const char *keyword, char *output)
|
|
||||||
{
|
|
||||||
PQconninfoOption *conninfo_options;
|
|
||||||
PQconninfoOption *conninfo_option;
|
|
||||||
|
|
||||||
conninfo_options = PQconninfoParse(conninfo, NULL);
|
|
||||||
|
|
||||||
if (conninfo_options == false)
|
|
||||||
{
|
|
||||||
log_err(_("Unable to parse provided conninfo string \"%s\""), conninfo);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (conninfo_option = conninfo_options; conninfo_option->keyword != NULL; conninfo_option++)
|
|
||||||
{
|
|
||||||
if (strcmp(conninfo_option->keyword, keyword) == 0)
|
|
||||||
{
|
|
||||||
if (conninfo_option->val != NULL && conninfo_option->val[0] != '\0')
|
|
||||||
{
|
|
||||||
strncpy(output, conninfo_option->val, MAXLEN);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
PQconninfoFree(conninfo_options);
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* get_upstream_connection()
|
* get_upstream_connection()
|
||||||
*
|
*
|
||||||
@@ -663,13 +598,6 @@ get_master_connection(PGconn *standby_conn, char *cluster,
|
|||||||
int i,
|
int i,
|
||||||
node_id;
|
node_id;
|
||||||
|
|
||||||
/*
|
|
||||||
* If the caller wanted to get a copy of the connection info string, sub
|
|
||||||
* out the local stack pointer for the pointer passed by the caller.
|
|
||||||
*/
|
|
||||||
if (master_conninfo_out != NULL)
|
|
||||||
remote_conninfo = master_conninfo_out;
|
|
||||||
|
|
||||||
if (master_id != NULL)
|
if (master_id != NULL)
|
||||||
{
|
{
|
||||||
*master_id = NODE_NOT_FOUND;
|
*master_id = NODE_NOT_FOUND;
|
||||||
@@ -889,12 +817,10 @@ get_repmgr_schema_quoted(PGconn *conn)
|
|||||||
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
create_replication_slot(PGconn *conn, char *slot_name, int server_version_num)
|
create_replication_slot(PGconn *conn, char *slot_name)
|
||||||
{
|
{
|
||||||
char sqlquery[QUERY_STR_LEN];
|
char sqlquery[QUERY_STR_LEN];
|
||||||
int query_res;
|
PGresult *res;
|
||||||
PGresult *res;
|
|
||||||
t_replication_slot slot_info;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check whether slot exists already; if it exists and is active, that
|
* Check whether slot exists already; if it exists and is active, that
|
||||||
@@ -902,43 +828,48 @@ create_replication_slot(PGconn *conn, char *slot_name, int server_version_num)
|
|||||||
* if not we can reuse it as-is
|
* if not we can reuse it as-is
|
||||||
*/
|
*/
|
||||||
|
|
||||||
query_res = get_slot_record(conn, slot_name, &slot_info);
|
sqlquery_snprintf(sqlquery,
|
||||||
|
"SELECT active, slot_type "
|
||||||
|
" FROM pg_replication_slots "
|
||||||
|
" WHERE slot_name = '%s' ",
|
||||||
|
slot_name);
|
||||||
|
|
||||||
if (query_res)
|
log_verbose(LOG_DEBUG, "create_replication_slot():\n%s\n", sqlquery);
|
||||||
|
|
||||||
|
res = PQexec(conn, sqlquery);
|
||||||
|
if (!res || PQresultStatus(res) != PGRES_TUPLES_OK)
|
||||||
{
|
{
|
||||||
if (strcmp(slot_info.slot_type, "physical") != 0)
|
log_err(_("unable to query pg_replication_slots: %s\n"),
|
||||||
|
PQerrorMessage(conn));
|
||||||
|
PQclear(res);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (PQntuples(res))
|
||||||
|
{
|
||||||
|
if (strcmp(PQgetvalue(res, 0, 1), "physical") != 0)
|
||||||
{
|
{
|
||||||
log_err(_("Slot '%s' exists and is not a physical slot\n"),
|
log_err(_("Slot '%s' exists and is not a physical slot\n"),
|
||||||
slot_name);
|
slot_name);
|
||||||
return false;
|
PQclear(res);
|
||||||
}
|
}
|
||||||
|
if (strcmp(PQgetvalue(res, 0, 0), "f") == 0)
|
||||||
if (slot_info.active == false)
|
|
||||||
{
|
{
|
||||||
|
PQclear(res);
|
||||||
log_debug("Replication slot '%s' exists but is inactive; reusing\n",
|
log_debug("Replication slot '%s' exists but is inactive; reusing\n",
|
||||||
slot_name);
|
slot_name);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
PQclear(res);
|
||||||
log_err(_("Slot '%s' already exists as an active slot\n"),
|
log_err(_("Slot '%s' already exists as an active slot\n"),
|
||||||
slot_name);
|
slot_name);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* In 9.6 and later, reserve the LSN straight away */
|
sqlquery_snprintf(sqlquery,
|
||||||
if (server_version_num >= 90600)
|
"SELECT * FROM pg_create_physical_replication_slot('%s')",
|
||||||
{
|
slot_name);
|
||||||
sqlquery_snprintf(sqlquery,
|
|
||||||
"SELECT * FROM pg_create_physical_replication_slot('%s', TRUE)",
|
|
||||||
slot_name);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
sqlquery_snprintf(sqlquery,
|
|
||||||
"SELECT * FROM pg_create_physical_replication_slot('%s')",
|
|
||||||
slot_name);
|
|
||||||
}
|
|
||||||
|
|
||||||
log_debug(_("create_replication_slot(): Creating slot '%s' on primary\n"), slot_name);
|
log_debug(_("create_replication_slot(): Creating slot '%s' on primary\n"), slot_name);
|
||||||
log_verbose(LOG_DEBUG, "create_replication_slot():\n%s\n", sqlquery);
|
log_verbose(LOG_DEBUG, "create_replication_slot():\n%s\n", sqlquery);
|
||||||
@@ -957,46 +888,6 @@ create_replication_slot(PGconn *conn, char *slot_name, int server_version_num)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
|
||||||
get_slot_record(PGconn *conn, char *slot_name, t_replication_slot *record)
|
|
||||||
{
|
|
||||||
char sqlquery[QUERY_STR_LEN];
|
|
||||||
PGresult *res;
|
|
||||||
|
|
||||||
sqlquery_snprintf(sqlquery,
|
|
||||||
"SELECT slot_name, slot_type, active "
|
|
||||||
" FROM pg_replication_slots "
|
|
||||||
" WHERE slot_name = '%s' ",
|
|
||||||
slot_name);
|
|
||||||
|
|
||||||
log_verbose(LOG_DEBUG, "get_slot_record():\n%s\n", sqlquery);
|
|
||||||
|
|
||||||
res = PQexec(conn, sqlquery);
|
|
||||||
if (!res || PQresultStatus(res) != PGRES_TUPLES_OK)
|
|
||||||
{
|
|
||||||
log_err(_("unable to query pg_replication_slots: %s\n"),
|
|
||||||
PQerrorMessage(conn));
|
|
||||||
PQclear(res);
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!PQntuples(res))
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
strncpy(record->slot_name, PQgetvalue(res, 0, 0), MAXLEN);
|
|
||||||
strncpy(record->slot_type, PQgetvalue(res, 0, 1), MAXLEN);
|
|
||||||
record->active = (strcmp(PQgetvalue(res, 0, 2), "t") == 0)
|
|
||||||
? true
|
|
||||||
: false;
|
|
||||||
|
|
||||||
PQclear(res);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
drop_replication_slot(PGconn *conn, char *slot_name)
|
drop_replication_slot(PGconn *conn, char *slot_name)
|
||||||
{
|
{
|
||||||
@@ -1121,7 +1012,7 @@ set_config_bool(PGconn *conn, const char *config_param, bool state)
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* witness_copy_node_records()
|
* copy_configuration()
|
||||||
*
|
*
|
||||||
* Copy records in master's `repl_nodes` table to witness database
|
* Copy records in master's `repl_nodes` table to witness database
|
||||||
*
|
*
|
||||||
@@ -1129,49 +1020,29 @@ set_config_bool(PGconn *conn, const char *config_param, bool state)
|
|||||||
* `repmgrd` after a failover event occurs
|
* `repmgrd` after a failover event occurs
|
||||||
*/
|
*/
|
||||||
bool
|
bool
|
||||||
witness_copy_node_records(PGconn *masterconn, PGconn *witnessconn, char *cluster_name)
|
copy_configuration(PGconn *masterconn, PGconn *witnessconn, char *cluster_name)
|
||||||
{
|
{
|
||||||
char sqlquery[MAXLEN];
|
char sqlquery[MAXLEN];
|
||||||
PGresult *res;
|
PGresult *res;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
begin_transaction(witnessconn);
|
|
||||||
|
|
||||||
/* Defer constraints */
|
|
||||||
sqlquery_snprintf(sqlquery, "SET CONSTRAINTS ALL DEFERRED;");
|
|
||||||
log_verbose(LOG_DEBUG, "witness_copy_node_records():\n%s\n", sqlquery);
|
|
||||||
|
|
||||||
res = PQexec(witnessconn, sqlquery);
|
|
||||||
if (!res || PQresultStatus(res) != PGRES_COMMAND_OK)
|
|
||||||
{
|
|
||||||
log_err(_("Unable to defer constraints:\n%s\n"),
|
|
||||||
PQerrorMessage(witnessconn));
|
|
||||||
rollback_transaction(witnessconn);
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Truncate existing records */
|
|
||||||
sqlquery_snprintf(sqlquery, "TRUNCATE TABLE %s.repl_nodes", get_repmgr_schema_quoted(witnessconn));
|
sqlquery_snprintf(sqlquery, "TRUNCATE TABLE %s.repl_nodes", get_repmgr_schema_quoted(witnessconn));
|
||||||
|
|
||||||
log_verbose(LOG_DEBUG, "witness_copy_node_records():\n%s\n", sqlquery);
|
log_verbose(LOG_DEBUG, "copy_configuration():\n%s\n", sqlquery);
|
||||||
|
|
||||||
res = PQexec(witnessconn, sqlquery);
|
res = PQexec(witnessconn, sqlquery);
|
||||||
if (!res || PQresultStatus(res) != PGRES_COMMAND_OK)
|
if (!res || PQresultStatus(res) != PGRES_COMMAND_OK)
|
||||||
{
|
{
|
||||||
log_err(_("Unable to truncate witness servers's repl_nodes table:\n%s\n"),
|
log_err(_("Unable to truncate witness servers's repl_nodes table:\n%s\n"),
|
||||||
PQerrorMessage(witnessconn));
|
PQerrorMessage(witnessconn));
|
||||||
rollback_transaction(witnessconn);
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get current records from primary */
|
|
||||||
sqlquery_snprintf(sqlquery,
|
sqlquery_snprintf(sqlquery,
|
||||||
"SELECT id, type, upstream_node_id, name, conninfo, priority, slot_name, active FROM %s.repl_nodes",
|
"SELECT id, type, upstream_node_id, name, conninfo, priority, slot_name FROM %s.repl_nodes",
|
||||||
get_repmgr_schema_quoted(masterconn));
|
get_repmgr_schema_quoted(masterconn));
|
||||||
|
|
||||||
log_verbose(LOG_DEBUG, "witness_copy_node_records():\n%s\n", sqlquery);
|
log_verbose(LOG_DEBUG, "copy_configuration():\n%s\n", sqlquery);
|
||||||
|
|
||||||
res = PQexec(masterconn, sqlquery);
|
res = PQexec(masterconn, sqlquery);
|
||||||
if (PQresultStatus(res) != PGRES_TUPLES_OK)
|
if (PQresultStatus(res) != PGRES_TUPLES_OK)
|
||||||
@@ -1179,23 +1050,20 @@ witness_copy_node_records(PGconn *masterconn, PGconn *witnessconn, char *cluster
|
|||||||
log_err("Unable to retrieve node records from master:\n%s\n",
|
log_err("Unable to retrieve node records from master:\n%s\n",
|
||||||
PQerrorMessage(masterconn));
|
PQerrorMessage(masterconn));
|
||||||
PQclear(res);
|
PQclear(res);
|
||||||
rollback_transaction(witnessconn);
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Insert primary records into witness table */
|
|
||||||
for (i = 0; i < PQntuples(res); i++)
|
for (i = 0; i < PQntuples(res); i++)
|
||||||
{
|
{
|
||||||
bool node_record_created;
|
bool node_record_created;
|
||||||
|
|
||||||
log_verbose(LOG_DEBUG,
|
log_verbose(LOG_DEBUG,
|
||||||
"witness_copy_node_records(): writing node record for node %s (id: %s)\n",
|
"copy_configuration(): writing node record for node %s (id: %s)\n",
|
||||||
PQgetvalue(res, i, 3),
|
PQgetvalue(res, i, 4),
|
||||||
PQgetvalue(res, i, 0));
|
PQgetvalue(res, i, 0));
|
||||||
|
|
||||||
node_record_created = create_node_record(witnessconn,
|
node_record_created = create_node_record(witnessconn,
|
||||||
"witness_copy_node_records",
|
"copy_configuration",
|
||||||
atoi(PQgetvalue(res, i, 0)),
|
atoi(PQgetvalue(res, i, 0)),
|
||||||
PQgetvalue(res, i, 1),
|
PQgetvalue(res, i, 1),
|
||||||
strlen(PQgetvalue(res, i, 2))
|
strlen(PQgetvalue(res, i, 2))
|
||||||
@@ -1207,10 +1075,7 @@ witness_copy_node_records(PGconn *masterconn, PGconn *witnessconn, char *cluster
|
|||||||
atoi(PQgetvalue(res, i, 5)),
|
atoi(PQgetvalue(res, i, 5)),
|
||||||
strlen(PQgetvalue(res, i, 6))
|
strlen(PQgetvalue(res, i, 6))
|
||||||
? PQgetvalue(res, i, 6)
|
? PQgetvalue(res, i, 6)
|
||||||
: NULL,
|
: NULL
|
||||||
(strcmp(PQgetvalue(res, i, 7), "t") == 0)
|
|
||||||
? true
|
|
||||||
: false
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if (node_record_created == false)
|
if (node_record_created == false)
|
||||||
@@ -1219,16 +1084,11 @@ witness_copy_node_records(PGconn *masterconn, PGconn *witnessconn, char *cluster
|
|||||||
|
|
||||||
log_err("Unable to copy node record to witness database\n%s\n",
|
log_err("Unable to copy node record to witness database\n%s\n",
|
||||||
PQerrorMessage(witnessconn));
|
PQerrorMessage(witnessconn));
|
||||||
rollback_transaction(witnessconn);
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
PQclear(res);
|
PQclear(res);
|
||||||
|
|
||||||
/* And finished */
|
|
||||||
commit_transaction(witnessconn);
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1241,7 +1101,7 @@ witness_copy_node_records(PGconn *masterconn, PGconn *witnessconn, char *cluster
|
|||||||
* XXX we should pass the record parameters as a struct.
|
* XXX we should pass the record parameters as a struct.
|
||||||
*/
|
*/
|
||||||
bool
|
bool
|
||||||
create_node_record(PGconn *conn, char *action, int node, char *type, int upstream_node, char *cluster_name, char *node_name, char *conninfo, int priority, char *slot_name, bool active)
|
create_node_record(PGconn *conn, char *action, int node, char *type, int upstream_node, char *cluster_name, char *node_name, char *conninfo, int priority, char *slot_name)
|
||||||
{
|
{
|
||||||
char sqlquery[QUERY_STR_LEN];
|
char sqlquery[QUERY_STR_LEN];
|
||||||
char upstream_node_id[MAXLEN];
|
char upstream_node_id[MAXLEN];
|
||||||
@@ -1282,8 +1142,8 @@ create_node_record(PGconn *conn, char *action, int node, char *type, int upstrea
|
|||||||
sqlquery_snprintf(sqlquery,
|
sqlquery_snprintf(sqlquery,
|
||||||
"INSERT INTO %s.repl_nodes "
|
"INSERT INTO %s.repl_nodes "
|
||||||
" (id, type, upstream_node_id, cluster, "
|
" (id, type, upstream_node_id, cluster, "
|
||||||
" name, conninfo, slot_name, priority, active) "
|
" name, conninfo, slot_name, priority) "
|
||||||
"VALUES (%i, '%s', %s, '%s', '%s', '%s', %s, %i, %s) ",
|
"VALUES (%i, '%s', %s, '%s', '%s', '%s', %s, %i) ",
|
||||||
get_repmgr_schema_quoted(conn),
|
get_repmgr_schema_quoted(conn),
|
||||||
node,
|
node,
|
||||||
type,
|
type,
|
||||||
@@ -1292,8 +1152,7 @@ create_node_record(PGconn *conn, char *action, int node, char *type, int upstrea
|
|||||||
node_name,
|
node_name,
|
||||||
conninfo,
|
conninfo,
|
||||||
slot_name_buf,
|
slot_name_buf,
|
||||||
priority,
|
priority);
|
||||||
active == true ? "TRUE" : "FALSE");
|
|
||||||
|
|
||||||
log_verbose(LOG_DEBUG, "create_node_record(): %s\n", sqlquery);
|
log_verbose(LOG_DEBUG, "create_node_record(): %s\n", sqlquery);
|
||||||
|
|
||||||
@@ -1333,7 +1192,7 @@ delete_node_record(PGconn *conn, int node, char *action)
|
|||||||
|
|
||||||
if (action != NULL)
|
if (action != NULL)
|
||||||
{
|
{
|
||||||
log_verbose(LOG_DEBUG, "delete_node_record(): action is \"%s\"\n", action);
|
log_verbose(LOG_DEBUG, "create_node_record(): action is \"%s\"\n", action);
|
||||||
}
|
}
|
||||||
|
|
||||||
res = PQexec(conn, sqlquery);
|
res = PQexec(conn, sqlquery);
|
||||||
@@ -1568,7 +1427,6 @@ create_event_record(PGconn *conn, t_configuration_options *options, int node_id,
|
|||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Update node record following change of status
|
* Update node record following change of status
|
||||||
* (e.g. inactive primary converted to standby)
|
* (e.g. inactive primary converted to standby)
|
||||||
@@ -1577,7 +1435,7 @@ bool
|
|||||||
update_node_record_status(PGconn *conn, char *cluster_name, int this_node_id, char *type, int upstream_node_id, bool active)
|
update_node_record_status(PGconn *conn, char *cluster_name, int this_node_id, char *type, int upstream_node_id, bool active)
|
||||||
{
|
{
|
||||||
PGresult *res;
|
PGresult *res;
|
||||||
char sqlquery[QUERY_STR_LEN];
|
char sqlquery[QUERY_STR_LEN];
|
||||||
|
|
||||||
sqlquery_snprintf(sqlquery,
|
sqlquery_snprintf(sqlquery,
|
||||||
" UPDATE %s.repl_nodes "
|
" UPDATE %s.repl_nodes "
|
||||||
@@ -1650,135 +1508,21 @@ update_node_record_set_upstream(PGconn *conn, char *cluster_name, int this_node_
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
PGresult *
|
||||||
get_node_record(PGconn *conn, char *cluster, int node_id, t_node_info *node_info)
|
get_node_record(PGconn *conn, char *cluster, int node_id)
|
||||||
{
|
{
|
||||||
char sqlquery[QUERY_STR_LEN];
|
char sqlquery[QUERY_STR_LEN];
|
||||||
PGresult *res;
|
|
||||||
int ntuples;
|
|
||||||
|
|
||||||
sqlquery_snprintf(
|
sprintf(sqlquery,
|
||||||
sqlquery,
|
"SELECT id, upstream_node_id, conninfo, type, slot_name, active "
|
||||||
"SELECT id, type, upstream_node_id, name, conninfo, slot_name, priority, active"
|
" FROM %s.repl_nodes "
|
||||||
" FROM %s.repl_nodes "
|
" WHERE cluster = '%s' "
|
||||||
" WHERE cluster = '%s' "
|
" AND id = %i",
|
||||||
" AND id = %i",
|
get_repmgr_schema_quoted(conn),
|
||||||
get_repmgr_schema_quoted(conn),
|
cluster,
|
||||||
cluster,
|
node_id);
|
||||||
node_id);
|
|
||||||
|
|
||||||
log_verbose(LOG_DEBUG, "get_node_record():\n%s\n", sqlquery);
|
log_verbose(LOG_DEBUG, "get_node_record():\n%s\n", sqlquery);
|
||||||
|
|
||||||
res = PQexec(conn, sqlquery);
|
return PQexec(conn, sqlquery);
|
||||||
if (PQresultStatus(res) != PGRES_TUPLES_OK)
|
|
||||||
{
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
ntuples = PQntuples(res);
|
|
||||||
|
|
||||||
if (ntuples == 0)
|
|
||||||
{
|
|
||||||
log_verbose(LOG_DEBUG, "get_node_record(): no record found for node %i\n", node_id);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
node_info->node_id = atoi(PQgetvalue(res, 0, 0));
|
|
||||||
node_info->type = parse_node_type(PQgetvalue(res, 0, 1));
|
|
||||||
node_info->upstream_node_id = atoi(PQgetvalue(res, 0, 2));
|
|
||||||
strncpy(node_info->name, PQgetvalue(res, 0, 3), MAXLEN);
|
|
||||||
strncpy(node_info->conninfo_str, PQgetvalue(res, 0, 4), MAXLEN);
|
|
||||||
strncpy(node_info->slot_name, PQgetvalue(res, 0, 5), MAXLEN);
|
|
||||||
node_info->priority = atoi(PQgetvalue(res, 0, 6));
|
|
||||||
node_info->active = (strcmp(PQgetvalue(res, 0, 7), "t") == 0)
|
|
||||||
? true
|
|
||||||
: false;
|
|
||||||
|
|
||||||
PQclear(res);
|
|
||||||
|
|
||||||
return ntuples;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
int
|
|
||||||
get_node_replication_state(PGconn *conn, char *node_name, char *output)
|
|
||||||
{
|
|
||||||
char sqlquery[QUERY_STR_LEN];
|
|
||||||
PGresult * res;
|
|
||||||
|
|
||||||
sqlquery_snprintf(
|
|
||||||
sqlquery,
|
|
||||||
" SELECT state "
|
|
||||||
" FROM pg_catalog.pg_stat_replication"
|
|
||||||
" WHERE application_name = '%s'",
|
|
||||||
node_name
|
|
||||||
);
|
|
||||||
|
|
||||||
res = PQexec(conn, sqlquery);
|
|
||||||
|
|
||||||
if (PQresultStatus(res) != PGRES_TUPLES_OK)
|
|
||||||
{
|
|
||||||
PQclear(res);
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (PQntuples(res) == 0)
|
|
||||||
{
|
|
||||||
PQclear(res);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
strncpy(output, PQgetvalue(res, 0, 0), MAXLEN);
|
|
||||||
PQclear(res);
|
|
||||||
|
|
||||||
return true;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
t_server_type
|
|
||||||
parse_node_type(const char *type)
|
|
||||||
{
|
|
||||||
if (strcmp(type, "master") == 0)
|
|
||||||
{
|
|
||||||
return MASTER;
|
|
||||||
}
|
|
||||||
else if (strcmp(type, "standby") == 0)
|
|
||||||
{
|
|
||||||
return STANDBY;
|
|
||||||
}
|
|
||||||
else if (strcmp(type, "witness") == 0)
|
|
||||||
{
|
|
||||||
return WITNESS;
|
|
||||||
}
|
|
||||||
|
|
||||||
return UNKNOWN;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
int
|
|
||||||
get_data_checksum_version(const char *data_directory)
|
|
||||||
{
|
|
||||||
ControlFileData control_file;
|
|
||||||
int fd;
|
|
||||||
char control_file_path[MAXPGPATH];
|
|
||||||
|
|
||||||
snprintf(control_file_path, MAXPGPATH, "%s/global/pg_control", data_directory);
|
|
||||||
if ((fd = open(control_file_path, O_RDONLY | PG_BINARY, 0)) == -1)
|
|
||||||
{
|
|
||||||
log_err(_("Unable to open control file \"%s\" for reading: %s\n"),
|
|
||||||
control_file_path, strerror(errno));
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (read(fd, &control_file, sizeof(ControlFileData)) != sizeof(ControlFileData))
|
|
||||||
{
|
|
||||||
log_err(_("could not read file \"%s\": %s\n"),
|
|
||||||
control_file_path, strerror(errno));
|
|
||||||
close(fd);
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
close(fd);
|
|
||||||
|
|
||||||
return (int)control_file.data_checksum_version;
|
|
||||||
}
|
}
|
||||||
|
|||||||
39
dbutils.h
39
dbutils.h
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* dbutils.h
|
* dbutils.h
|
||||||
* Copyright (c) 2ndQuadrant, 2010-2016
|
* Copyright (c) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -52,18 +52,6 @@ typedef struct s_node_info
|
|||||||
} t_node_info;
|
} t_node_info;
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Struct to store replication slot information
|
|
||||||
*/
|
|
||||||
|
|
||||||
typedef struct s_replication_slot
|
|
||||||
{
|
|
||||||
char slot_name[MAXLEN];
|
|
||||||
char slot_type[MAXLEN];
|
|
||||||
bool active;
|
|
||||||
} t_replication_slot;
|
|
||||||
|
|
||||||
|
|
||||||
#define T_NODE_INFO_INITIALIZER { \
|
#define T_NODE_INFO_INITIALIZER { \
|
||||||
NODE_NOT_FOUND, \
|
NODE_NOT_FOUND, \
|
||||||
NO_UPSTREAM_NODE, \
|
NO_UPSTREAM_NODE, \
|
||||||
@@ -78,13 +66,8 @@ typedef struct s_replication_slot
|
|||||||
InvalidXLogRecPtr \
|
InvalidXLogRecPtr \
|
||||||
}
|
}
|
||||||
|
|
||||||
PGconn *_establish_db_connection(const char *conninfo,
|
|
||||||
const bool exit_on_error,
|
|
||||||
const bool log_notice);
|
|
||||||
PGconn *establish_db_connection(const char *conninfo,
|
PGconn *establish_db_connection(const char *conninfo,
|
||||||
const bool exit_on_error);
|
const bool exit_on_error);
|
||||||
PGconn *test_db_connection(const char *conninfo,
|
|
||||||
const bool exit_on_error);
|
|
||||||
PGconn *establish_db_connection_by_params(const char *keywords[],
|
PGconn *establish_db_connection_by_params(const char *keywords[],
|
||||||
const char *values[],
|
const char *values[],
|
||||||
const bool exit_on_error);
|
const bool exit_on_error);
|
||||||
@@ -103,7 +86,7 @@ int guc_set(PGconn *conn, const char *parameter, const char *op,
|
|||||||
const char *value);
|
const char *value);
|
||||||
int guc_set_typed(PGconn *conn, const char *parameter, const char *op,
|
int guc_set_typed(PGconn *conn, const char *parameter, const char *op,
|
||||||
const char *value, const char *datatype);
|
const char *value, const char *datatype);
|
||||||
bool get_conninfo_value(const char *conninfo, const char *keyword, char *output);
|
|
||||||
PGconn *get_upstream_connection(PGconn *standby_conn, char *cluster,
|
PGconn *get_upstream_connection(PGconn *standby_conn, char *cluster,
|
||||||
int node_id,
|
int node_id,
|
||||||
int *upstream_node_id_ptr,
|
int *upstream_node_id_ptr,
|
||||||
@@ -115,22 +98,18 @@ int wait_connection_availability(PGconn *conn, long long timeout);
|
|||||||
bool cancel_query(PGconn *conn, int timeout);
|
bool cancel_query(PGconn *conn, int timeout);
|
||||||
char *get_repmgr_schema(void);
|
char *get_repmgr_schema(void);
|
||||||
char *get_repmgr_schema_quoted(PGconn *conn);
|
char *get_repmgr_schema_quoted(PGconn *conn);
|
||||||
bool create_replication_slot(PGconn *conn, char *slot_name, int server_version_num);
|
bool create_replication_slot(PGconn *conn, char *slot_name);
|
||||||
int get_slot_record(PGconn *conn, char *slot_name, t_replication_slot *record);
|
|
||||||
bool drop_replication_slot(PGconn *conn, char *slot_name);
|
bool drop_replication_slot(PGconn *conn, char *slot_name);
|
||||||
|
|
||||||
bool start_backup(PGconn *conn, char *first_wal_segment, bool fast_checkpoint);
|
bool start_backup(PGconn *conn, char *first_wal_segment, bool fast_checkpoint);
|
||||||
bool stop_backup(PGconn *conn, char *last_wal_segment);
|
bool stop_backup(PGconn *conn, char *last_wal_segment);
|
||||||
bool set_config_bool(PGconn *conn, const char *config_param, bool state);
|
bool set_config_bool(PGconn *conn, const char *config_param, bool state);
|
||||||
bool witness_copy_node_records(PGconn *masterconn, PGconn *witnessconn, char *cluster_name);
|
bool copy_configuration(PGconn *masterconn, PGconn *witnessconn, char *cluster_name);
|
||||||
bool create_node_record(PGconn *conn, char *action, int node, char *type, int upstream_node, char *cluster_name, char *node_name, char *conninfo, int priority, char *slot_name, bool active);
|
bool create_node_record(PGconn *conn, char *action, int node, char *type, int upstream_node, char *cluster_name, char *node_name, char *conninfo, int priority, char *slot_name);
|
||||||
bool delete_node_record(PGconn *conn, int node, char *action);
|
bool delete_node_record(PGconn *conn, int node, char *action);
|
||||||
int get_node_record(PGconn *conn, char *cluster, int node_id, t_node_info *node_info);
|
bool create_event_record(PGconn *conn, t_configuration_options *options, int node_id, char *event, bool successful, char *details);
|
||||||
bool update_node_record_status(PGconn *conn, char *cluster_name, int this_node_id, char *type, int upstream_node_id, bool active);
|
bool update_node_record_status(PGconn *conn, char *cluster_name, int this_node_id, char *type, int upstream_node_id, bool active);
|
||||||
bool update_node_record_set_upstream(PGconn *conn, char *cluster_name, int this_node_id, int new_upstream_node_id);
|
bool update_node_record_set_upstream(PGconn *conn, char *cluster_name, int this_node_id, int new_upstream_node_id);
|
||||||
bool create_event_record(PGconn *conn, t_configuration_options *options, int node_id, char *event, bool successful, char *details);
|
PGresult * get_node_record(PGconn *conn, char *cluster, int node_id);
|
||||||
|
|
||||||
int get_node_replication_state(PGconn *conn, char *node_name, char *output);
|
|
||||||
t_server_type parse_node_type(const char *type);
|
|
||||||
int get_data_checksum_version(const char *data_directory);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
6
debian/DEBIAN/control
vendored
6
debian/DEBIAN/control
vendored
@@ -1,9 +1,9 @@
|
|||||||
Package: repmgr-auto
|
Package: repmgr-auto
|
||||||
Version: 3.0.1
|
Version: 2.0beta2
|
||||||
Section: database
|
Section: database
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: rsync, postgresql-9.3 | postgresql-9.4
|
Depends: rsync, postgresql-9.0 | postgresql-9.1 | postgresql-9.2 | postgresql-9.3 | postgresql-9.4
|
||||||
Maintainer: Self built package <user@localhost>
|
Maintainer: Jaime Casanova <jaime@2ndQuadrant.com>
|
||||||
Description: PostgreSQL replication setup, magament and monitoring
|
Description: PostgreSQL replication setup, magament and monitoring
|
||||||
has two main executables
|
has two main executables
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* errcode.h
|
* errcode.h
|
||||||
* Copyright (C) 2ndQuadrant, 2010-2016
|
* Copyright (C) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -37,6 +37,5 @@
|
|||||||
#define ERR_BAD_BASEBACKUP 14
|
#define ERR_BAD_BASEBACKUP 14
|
||||||
#define ERR_INTERNAL 15
|
#define ERR_INTERNAL 15
|
||||||
#define ERR_MONITORING_FAIL 16
|
#define ERR_MONITORING_FAIL 16
|
||||||
#define ERR_BAD_BACKUP_LABEL 17
|
|
||||||
|
|
||||||
#endif /* _ERRCODE_H_ */
|
#endif /* _ERRCODE_H_ */
|
||||||
|
|||||||
2
log.c
2
log.c
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* log.c - Logging methods
|
* log.c - Logging methods
|
||||||
* Copyright (C) 2ndQuadrant, 2010-2016
|
* Copyright (C) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
* This module is a set of methods for logging (currently only syslog)
|
* This module is a set of methods for logging (currently only syslog)
|
||||||
*
|
*
|
||||||
|
|||||||
2
log.h
2
log.h
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* log.h
|
* log.h
|
||||||
* Copyright (c) 2ndQuadrant, 2010-2016
|
* Copyright (c) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -2,10 +2,6 @@
|
|||||||
# Replication Manager sample configuration file
|
# Replication Manager sample configuration file
|
||||||
###################################################
|
###################################################
|
||||||
|
|
||||||
# Some configuration items will be set with a default value; this
|
|
||||||
# is noted for each item. Where no default value is shown, the
|
|
||||||
# parameter will be treated as empty or false.
|
|
||||||
|
|
||||||
# Required configuration items
|
# Required configuration items
|
||||||
# ============================
|
# ============================
|
||||||
#
|
#
|
||||||
@@ -15,21 +11,21 @@
|
|||||||
# schema (pattern: "repmgr_{cluster}"); while this name will be quoted
|
# schema (pattern: "repmgr_{cluster}"); while this name will be quoted
|
||||||
# to preserve case, we recommend using lower case and avoiding whitespace
|
# to preserve case, we recommend using lower case and avoiding whitespace
|
||||||
# to facilitate easier querying of the repmgr views and tables.
|
# to facilitate easier querying of the repmgr views and tables.
|
||||||
#cluster=example_cluster
|
cluster=example_cluster
|
||||||
|
|
||||||
# Node ID and name
|
# Node ID and name
|
||||||
# (Note: we recommend to avoid naming nodes after their initial
|
# (Note: we recommend to avoid naming nodes after their initial
|
||||||
# replication funcion, as this will cause confusion when e.g.
|
# replication funcion, as this will cause confusion when e.g.
|
||||||
# "standby2" is promoted to primary)
|
# "standby2" is promoted to primary)
|
||||||
#node=2 # a unique integer
|
node=2 # a unique integer
|
||||||
#node_name=node2 # an arbitrary (but unique) string; we recommend using
|
node_name=node2 # an arbitrary (but unique) string; we recommend using
|
||||||
# the server's hostname or another identifier unambiguously
|
# the server's hostname or another identifier unambiguously
|
||||||
# associated with the server to avoid confusion
|
# associated with the server to avoid confusion
|
||||||
|
|
||||||
# Database connection information as a conninfo string
|
# Database connection information as a conninfo string
|
||||||
# This must be accessible to all servers in the cluster; for details see:
|
# This must be accessible to all servers in the cluster; for details see:
|
||||||
# http://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
|
# http://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
|
||||||
#conninfo='host=192.168.204.104 dbname=repmgr_db user=repmgr_usr'
|
conninfo='host=192.168.204.104 dbname=repmgr_db user=repmgr_usr'
|
||||||
|
|
||||||
# Optional configuration items
|
# Optional configuration items
|
||||||
# ============================
|
# ============================
|
||||||
@@ -37,17 +33,18 @@
|
|||||||
# Replication settings
|
# Replication settings
|
||||||
# ---------------------
|
# ---------------------
|
||||||
|
|
||||||
# When using cascading replication, a standby can connect to another
|
# when using cascading replication and a standby is to be connected to an
|
||||||
# upstream standby node which is specified by setting 'upstream_node'.
|
# upstream standby, specify that node's ID with 'upstream_node'. The node
|
||||||
# In that case, the upstream node must exist before the new standby
|
# must exist before the new standby can be registered. If a standby is
|
||||||
# can be registered. If 'upstream_node' is not set, then the standby
|
# to connect directly to a primary node, this parameter is not required.
|
||||||
# will connect directly to the primary node.
|
#
|
||||||
#upstream_node=1
|
# upstream_node=1
|
||||||
|
|
||||||
# use physical replication slots - PostgreSQL 9.4 and later only
|
# physical replication slots - PostgreSQL 9.4 and later only
|
||||||
# (default: 0)
|
# (default: 0)
|
||||||
#use_replication_slots=0
|
#
|
||||||
|
# use_replication_slots=0
|
||||||
|
#
|
||||||
# NOTE: 'max_replication_slots' should be configured for at least the
|
# NOTE: 'max_replication_slots' should be configured for at least the
|
||||||
# number of standbys which will connect to the primary.
|
# number of standbys which will connect to the primary.
|
||||||
|
|
||||||
@@ -56,15 +53,15 @@
|
|||||||
|
|
||||||
# Log level: possible values are DEBUG, INFO, NOTICE, WARNING, ERR, ALERT, CRIT or EMERG
|
# Log level: possible values are DEBUG, INFO, NOTICE, WARNING, ERR, ALERT, CRIT or EMERG
|
||||||
# (default: NOTICE)
|
# (default: NOTICE)
|
||||||
#loglevel=NOTICE
|
loglevel=NOTICE
|
||||||
|
|
||||||
# Logging facility: possible values are STDERR or - for Syslog integration - one of LOCAL0, LOCAL1, ..., LOCAL7, USER
|
# Logging facility: possible values are STDERR or - for Syslog integration - one of LOCAL0, LOCAL1, ..., LOCAL7, USER
|
||||||
# (default: STDERR)
|
# (default: STDERR)
|
||||||
#logfacility=STDERR
|
logfacility=STDERR
|
||||||
|
|
||||||
# stderr can be redirected to an arbitrary file:
|
# stderr can be redirected to an arbitrary file:
|
||||||
#
|
#
|
||||||
#logfile='/var/log/repmgr/repmgr.log'
|
# logfile='/var/log/repmgr.log'
|
||||||
|
|
||||||
# event notifications can be passed to an arbitrary external program
|
# event notifications can be passed to an arbitrary external program
|
||||||
# together with the following parameters:
|
# together with the following parameters:
|
||||||
@@ -78,12 +75,12 @@
|
|||||||
# the values provided for "%t" and "%d" will probably contain spaces,
|
# the values provided for "%t" and "%d" will probably contain spaces,
|
||||||
# so should be quoted in the provided command configuration, e.g.:
|
# so should be quoted in the provided command configuration, e.g.:
|
||||||
#
|
#
|
||||||
#event_notification_command='/path/to/some/script %n %e %s "%t" "%d"'
|
# event_notification_command='/path/to/some/script %n %e %s "%t" "%d"'
|
||||||
|
|
||||||
# By default, all notifications will be passed; the notification types
|
# By default, all notifications will be passed; the notification types
|
||||||
# can be filtered to explicitly named ones:
|
# can be filtered to explicitly named ones:
|
||||||
#
|
#
|
||||||
#event_notifications=master_register,standby_register,witness_create
|
# event_notifications=master_register,standby_register,witness_create
|
||||||
|
|
||||||
|
|
||||||
# Environment/command settings
|
# Environment/command settings
|
||||||
@@ -91,17 +88,17 @@
|
|||||||
|
|
||||||
# path to PostgreSQL binary directory (location of pg_ctl, pg_basebackup etc.)
|
# path to PostgreSQL binary directory (location of pg_ctl, pg_basebackup etc.)
|
||||||
# (if not provided, defaults to system $PATH)
|
# (if not provided, defaults to system $PATH)
|
||||||
#pg_bindir=/usr/bin/
|
# pg_bindir=/usr/bin/
|
||||||
|
|
||||||
# external command options
|
# external command options
|
||||||
|
|
||||||
#rsync_options=--archive --checksum --compress --progress --rsh="ssh -o \"StrictHostKeyChecking no\""
|
# rsync_options=--archive --checksum --compress --progress --rsh="ssh -o \"StrictHostKeyChecking no\""
|
||||||
#ssh_options=-o "StrictHostKeyChecking no"
|
# ssh_options=-o "StrictHostKeyChecking no"
|
||||||
|
|
||||||
# external command arguments. Values shown are examples.
|
# external command arguments
|
||||||
|
|
||||||
#pg_ctl_options='-s'
|
# pg_ctl_options='-s'
|
||||||
#pg_basebackup_options='--xlog-method=s'
|
# pg_basebackup_options='--xlog-method=s'
|
||||||
|
|
||||||
|
|
||||||
# Standby clone settings
|
# Standby clone settings
|
||||||
@@ -117,36 +114,31 @@
|
|||||||
# Failover settings (repmgrd)
|
# Failover settings (repmgrd)
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
#
|
#
|
||||||
# These settings are only applied when repmgrd is running. Values shown
|
# These settings are only applied when repmgrd is running.
|
||||||
# are defaults.
|
|
||||||
|
|
||||||
# Number of seconds to wait for a response from the primary server before
|
# Number of seconds to wait for a response from the primary server before
|
||||||
# deciding it has failed.
|
# deciding it has failed
|
||||||
|
|
||||||
#master_response_timeout=60
|
master_response_timeout=60
|
||||||
|
|
||||||
# Number of attempts at what interval (in seconds) to try and
|
# Number of times to try and reconnect to the primary before starting
|
||||||
# connect to a server to establish its status (e.g. master
|
# the failover procedure
|
||||||
# during failover)
|
reconnect_attempts=6
|
||||||
#reconnect_attempts=6
|
reconnect_interval=10
|
||||||
#reconnect_interval=10
|
|
||||||
|
|
||||||
# Autofailover options
|
# Autofailover options
|
||||||
#failover=manual # one of 'automatic', 'manual'
|
failover=automatic # one of 'automatic', 'manual'
|
||||||
# (default: manual)
|
priority=100 # a value of zero or less prevents the node being promoted to primary
|
||||||
#priority=100 # a value of zero or less prevents the node being promoted to primary
|
promote_command='repmgr standby promote -f /path/to/repmgr.conf'
|
||||||
# (default: 100)
|
follow_command='repmgr standby follow -f /path/to/repmgr.conf -W'
|
||||||
#promote_command='repmgr standby promote -f /path/to/repmgr.conf'
|
|
||||||
#follow_command='repmgr standby follow -f /path/to/repmgr.conf -W'
|
|
||||||
|
|
||||||
# monitoring interval in seconds; default is 2
|
# monitoring interval in seconds; default is 2
|
||||||
#monitor_interval_secs=2
|
#
|
||||||
|
# monitor_interval_secs=2
|
||||||
|
|
||||||
# change wait time for primary; before we bail out and exit when the primary
|
# change wait time for primary; before we bail out and exit when the primary
|
||||||
# disappears, we wait 'reconnect_attempts' * 'retry_promote_interval_secs'
|
# disappears, we wait 'reconnect_attempts' * 'retry_promote_interval_secs'
|
||||||
# seconds; by default this would be half an hour, as 'retry_promote_interval_secs'
|
# seconds; by default this would be half an hour, as 'retry_promote_interval_secs'
|
||||||
# default value is 300)
|
# default value is 300)
|
||||||
#retry_promote_interval_secs=300
|
#
|
||||||
|
# retry_promote_interval_secs=300
|
||||||
# Number of seconds after which the witness server resyncs the repl_nodes table
|
|
||||||
#witness_repl_nodes_sync_interval_secs=15
|
|
||||||
|
|||||||
43
repmgr.h
43
repmgr.h
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* repmgr.h
|
* repmgr.h
|
||||||
* Copyright (c) 2ndQuadrant, 2010-2016
|
* Copyright (c) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -32,10 +32,14 @@
|
|||||||
#define MIN_SUPPORTED_VERSION "9.3"
|
#define MIN_SUPPORTED_VERSION "9.3"
|
||||||
#define MIN_SUPPORTED_VERSION_NUM 90300
|
#define MIN_SUPPORTED_VERSION_NUM 90300
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
#define MAXFILENAME 1024
|
||||||
#define ERRBUFF_SIZE 512
|
#define ERRBUFF_SIZE 512
|
||||||
|
|
||||||
#define DEFAULT_WAL_KEEP_SEGMENTS "5000"
|
#define DEFAULT_WAL_KEEP_SEGMENTS "5000"
|
||||||
#define DEFAULT_DEST_DIR "."
|
#define DEFAULT_DEST_DIR "."
|
||||||
|
#define DEFAULT_MASTER_PORT "5432"
|
||||||
|
#define DEFAULT_DBNAME "postgres"
|
||||||
#define DEFAULT_REPMGR_SCHEMA_PREFIX "repmgr_"
|
#define DEFAULT_REPMGR_SCHEMA_PREFIX "repmgr_"
|
||||||
#define DEFAULT_PRIORITY 100
|
#define DEFAULT_PRIORITY 100
|
||||||
#define FAILOVER_NODES_MAX_CHECK 50
|
#define FAILOVER_NODES_MAX_CHECK 50
|
||||||
@@ -55,8 +59,8 @@ typedef struct
|
|||||||
char dbname[MAXLEN];
|
char dbname[MAXLEN];
|
||||||
char host[MAXLEN];
|
char host[MAXLEN];
|
||||||
char username[MAXLEN];
|
char username[MAXLEN];
|
||||||
char dest_dir[MAXPGPATH];
|
char dest_dir[MAXFILENAME];
|
||||||
char config_file[MAXPGPATH];
|
char config_file[MAXFILENAME];
|
||||||
char remote_user[MAXLEN];
|
char remote_user[MAXLEN];
|
||||||
char superuser[MAXLEN];
|
char superuser[MAXLEN];
|
||||||
char wal_keep_segments[MAXLEN];
|
char wal_keep_segments[MAXLEN];
|
||||||
@@ -65,50 +69,25 @@ typedef struct
|
|||||||
bool force;
|
bool force;
|
||||||
bool wait_for_master;
|
bool wait_for_master;
|
||||||
bool ignore_rsync_warn;
|
bool ignore_rsync_warn;
|
||||||
bool witness_pwprompt;
|
bool initdb_no_pwprompt;
|
||||||
bool rsync_only;
|
bool rsync_only;
|
||||||
bool fast_checkpoint;
|
bool fast_checkpoint;
|
||||||
bool ignore_external_config_files;
|
bool ignore_external_config_files;
|
||||||
char pg_ctl_mode[MAXLEN];
|
|
||||||
char masterport[MAXLEN];
|
char masterport[MAXLEN];
|
||||||
/*
|
char localport[MAXLEN];
|
||||||
* configuration file parameters which can be overridden on the
|
|
||||||
* command line
|
|
||||||
*/
|
|
||||||
char loglevel[MAXLEN];
|
char loglevel[MAXLEN];
|
||||||
|
|
||||||
/* parameter used by STANDBY SWITCHOVER */
|
|
||||||
char remote_config_file[MAXLEN];
|
|
||||||
char pg_rewind[MAXPGPATH];
|
|
||||||
/* parameter used by STANDBY {ARCHIVE_CONFIG | RESTORE_CONFIG} */
|
|
||||||
char config_archive_dir[MAXLEN];
|
|
||||||
/* parameter used by CLUSTER CLEANUP */
|
/* parameter used by CLUSTER CLEANUP */
|
||||||
int keep_history;
|
int keep_history;
|
||||||
|
|
||||||
char pg_bindir[MAXLEN];
|
char pg_bindir[MAXLEN];
|
||||||
|
|
||||||
char recovery_min_apply_delay[MAXLEN];
|
char recovery_min_apply_delay[MAXLEN];
|
||||||
|
|
||||||
/* deprecated command line options */
|
|
||||||
char localport[MAXLEN];
|
|
||||||
bool initdb_no_pwprompt;
|
|
||||||
} t_runtime_options;
|
} t_runtime_options;
|
||||||
|
|
||||||
#define T_RUNTIME_OPTIONS_INITIALIZER { "", "", "", "", "", "", "", DEFAULT_WAL_KEEP_SEGMENTS, false, false, false, false, false, false, false, false, false, "smart", "", "", "", "", "", 0, "", "", "", false }
|
#define T_RUNTIME_OPTIONS_INITIALIZER { "", "", "", "", "", "", "", DEFAULT_WAL_KEEP_SEGMENTS, false, false, false, false, false, false, false, false, false, "", "", "", 0, "", "" }
|
||||||
|
|
||||||
struct BackupLabel
|
|
||||||
{
|
|
||||||
XLogRecPtr start_wal_location;
|
|
||||||
char start_wal_file[MAXLEN];
|
|
||||||
XLogRecPtr checkpoint_location;
|
|
||||||
char backup_from[MAXLEN];
|
|
||||||
char backup_method[MAXLEN];
|
|
||||||
char start_time[MAXLEN];
|
|
||||||
char label[MAXLEN];
|
|
||||||
XLogRecPtr min_failover_slot_lsn;
|
|
||||||
};
|
|
||||||
|
|
||||||
extern char repmgr_schema[MAXLEN];
|
extern char repmgr_schema[MAXLEN];
|
||||||
extern bool config_file_found;
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
11
repmgr.sql
11
repmgr.sql
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* repmgr.sql
|
* repmgr.sql
|
||||||
*
|
*
|
||||||
* Copyright (C) 2ndQuadrant, 2010-2016
|
* Copyright (C) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -59,12 +59,3 @@ WHERE (standby_node, last_monitor_time) IN (SELECT standby_node, MAX(last_monito
|
|||||||
ALTER VIEW repl_status OWNER TO repmgr;
|
ALTER VIEW repl_status OWNER TO repmgr;
|
||||||
|
|
||||||
CREATE INDEX idx_repl_status_sort ON repl_monitor(last_monitor_time, standby_node);
|
CREATE INDEX idx_repl_status_sort ON repl_monitor(last_monitor_time, standby_node);
|
||||||
|
|
||||||
/*
|
|
||||||
* This view shows the list of nodes with the information of which one is the upstream
|
|
||||||
* in each case (when appliable)
|
|
||||||
*/
|
|
||||||
CREATE VIEW repl_show_nodes AS
|
|
||||||
SELECT rn.id, rn.conninfo, rn.type, rn.name, rn.cluster,
|
|
||||||
rn.priority, rn.active, sq.name AS upstream_node_name
|
|
||||||
FROM repl_nodes as rn LEFT JOIN repl_nodes AS sq ON sq.id=rn.upstream_node_id;
|
|
||||||
|
|||||||
195
repmgrd.c
195
repmgrd.c
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* repmgrd.c - Replication manager daemon
|
* repmgrd.c - Replication manager daemon
|
||||||
* Copyright (C) 2ndQuadrant, 2010-2016
|
* Copyright (C) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
* This module connects to the nodes of a replication cluster and monitors
|
* This module connects to the nodes of a replication cluster and monitors
|
||||||
* how far are they from master
|
* how far are they from master
|
||||||
@@ -79,6 +79,7 @@ static void do_master_failover(void);
|
|||||||
static bool do_upstream_standby_failover(t_node_info upstream_node);
|
static bool do_upstream_standby_failover(t_node_info upstream_node);
|
||||||
|
|
||||||
static t_node_info get_node_info(PGconn *conn, char *cluster, int node_id);
|
static t_node_info get_node_info(PGconn *conn, char *cluster, int node_id);
|
||||||
|
static t_server_type parse_node_type(const char *type);
|
||||||
static XLogRecPtr lsn_to_xlogrecptr(char *lsn, bool *format_ok);
|
static XLogRecPtr lsn_to_xlogrecptr(char *lsn, bool *format_ok);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -142,20 +143,6 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
set_progname(argv[0]);
|
set_progname(argv[0]);
|
||||||
|
|
||||||
/* Disallow running as root to prevent directory ownership problems */
|
|
||||||
if (geteuid() == 0)
|
|
||||||
{
|
|
||||||
fprintf(stderr,
|
|
||||||
_("%s: cannot be run as root\n"
|
|
||||||
"Please log in (using, e.g., \"su\") as the "
|
|
||||||
"(unprivileged) user that owns "
|
|
||||||
"the data directory.\n"
|
|
||||||
),
|
|
||||||
progname());
|
|
||||||
exit(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
while ((c = getopt_long(argc, argv, "?Vf:vmdp:", long_options, &optindex)) != -1)
|
while ((c = getopt_long(argc, argv, "?Vf:vmdp:", long_options, &optindex)) != -1)
|
||||||
{
|
{
|
||||||
switch (c)
|
switch (c)
|
||||||
@@ -274,14 +261,7 @@ main(int argc, char **argv)
|
|||||||
/* Retrieve record for this node from the local database */
|
/* Retrieve record for this node from the local database */
|
||||||
node_info = get_node_info(my_local_conn, local_options.cluster_name, local_options.node);
|
node_info = get_node_info(my_local_conn, local_options.cluster_name, local_options.node);
|
||||||
|
|
||||||
/*
|
/* No node record found - exit gracefully */
|
||||||
* No node record found - exit gracefully
|
|
||||||
*
|
|
||||||
* Note: it's highly unlikely this situation will occur when starting
|
|
||||||
* repmgrd on a witness, unless someone goes to the trouble of
|
|
||||||
* deleting the node record from the previously copied table.
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (node_info.node_id == NODE_NOT_FOUND)
|
if (node_info.node_id == NODE_NOT_FOUND)
|
||||||
{
|
{
|
||||||
log_err(_("No metadata record found for this node - terminating\n"));
|
log_err(_("No metadata record found for this node - terminating\n"));
|
||||||
@@ -298,12 +278,9 @@ main(int argc, char **argv)
|
|||||||
*/
|
*/
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
/* Timer for repl_nodes synchronisation interval */
|
|
||||||
int sync_repl_nodes_elapsed = 0;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set my server mode, establish a connection to master and start
|
* Set my server mode, establish a connection to master and start
|
||||||
* monitoring
|
* monitor
|
||||||
*/
|
*/
|
||||||
|
|
||||||
switch (node_info.type)
|
switch (node_info.type)
|
||||||
@@ -403,8 +380,8 @@ main(int argc, char **argv)
|
|||||||
local_options.cluster_name);
|
local_options.cluster_name);
|
||||||
|
|
||||||
master_conn = get_master_connection(my_local_conn,
|
master_conn = get_master_connection(my_local_conn,
|
||||||
local_options.cluster_name,
|
local_options.cluster_name,
|
||||||
&master_options.node, NULL);
|
&master_options.node, NULL);
|
||||||
|
|
||||||
if (master_conn == NULL)
|
if (master_conn == NULL)
|
||||||
{
|
{
|
||||||
@@ -412,7 +389,8 @@ main(int argc, char **argv)
|
|||||||
initPQExpBuffer(&errmsg);
|
initPQExpBuffer(&errmsg);
|
||||||
|
|
||||||
appendPQExpBuffer(&errmsg,
|
appendPQExpBuffer(&errmsg,
|
||||||
_("unable to connect to master node"));
|
_("unable to connect to master node '%s'"),
|
||||||
|
master_options.node_name);
|
||||||
|
|
||||||
log_err("%s\n", errmsg.data);
|
log_err("%s\n", errmsg.data);
|
||||||
|
|
||||||
@@ -475,24 +453,6 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
sleep(local_options.monitor_interval_secs);
|
sleep(local_options.monitor_interval_secs);
|
||||||
|
|
||||||
/*
|
|
||||||
* On a witness node, regularly resync the repl_nodes table
|
|
||||||
* to keep up with any changes on the primary
|
|
||||||
*
|
|
||||||
* TODO: only resync the table if changes actually detected
|
|
||||||
*/
|
|
||||||
if (node_info.type == WITNESS)
|
|
||||||
{
|
|
||||||
sync_repl_nodes_elapsed += local_options.monitor_interval_secs;
|
|
||||||
log_debug(_("seconds since last node record sync: %i (sync interval: %i)\n"), sync_repl_nodes_elapsed, local_options.witness_repl_nodes_sync_interval_secs);
|
|
||||||
if(sync_repl_nodes_elapsed >= local_options.witness_repl_nodes_sync_interval_secs)
|
|
||||||
{
|
|
||||||
log_debug(_("Resyncing repl_nodes table\n"));
|
|
||||||
witness_copy_node_records(master_conn, my_local_conn, local_options.cluster_name);
|
|
||||||
sync_repl_nodes_elapsed = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (got_SIGHUP)
|
if (got_SIGHUP)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
@@ -507,7 +467,6 @@ main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
got_SIGHUP = false;
|
got_SIGHUP = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (failover_done)
|
if (failover_done)
|
||||||
{
|
{
|
||||||
log_debug(_("standby check loop will terminate\n"));
|
log_debug(_("standby check loop will terminate\n"));
|
||||||
@@ -600,7 +559,7 @@ witness_monitor(void)
|
|||||||
* XXX it would be neat to be able to handle this with e.g. table-based
|
* XXX it would be neat to be able to handle this with e.g. table-based
|
||||||
* logical replication
|
* logical replication
|
||||||
*/
|
*/
|
||||||
witness_copy_node_records(master_conn, my_local_conn, local_options.cluster_name);
|
copy_configuration(master_conn, my_local_conn, local_options.cluster_name);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -696,15 +655,15 @@ standby_monitor(void)
|
|||||||
PGresult *res;
|
PGresult *res;
|
||||||
char monitor_standby_timestamp[MAXLEN];
|
char monitor_standby_timestamp[MAXLEN];
|
||||||
char last_wal_master_location[MAXLEN];
|
char last_wal_master_location[MAXLEN];
|
||||||
char last_xlog_receive_location[MAXLEN];
|
char last_wal_standby_received[MAXLEN];
|
||||||
char last_xlog_replay_location[MAXLEN];
|
char last_wal_standby_applied[MAXLEN];
|
||||||
char last_xact_replay_timestamp[MAXLEN];
|
char last_wal_standby_applied_timestamp[MAXLEN];
|
||||||
bool last_xlog_receive_location_gte_replayed;
|
bool last_wal_standby_received_gte_replayed;
|
||||||
char sqlquery[QUERY_STR_LEN];
|
char sqlquery[QUERY_STR_LEN];
|
||||||
|
|
||||||
XLogRecPtr lsn_master_current_xlog_location;
|
XLogRecPtr lsn_master;
|
||||||
XLogRecPtr lsn_last_xlog_receive_location;
|
XLogRecPtr lsn_standby_received;
|
||||||
XLogRecPtr lsn_last_xlog_replay_location;
|
XLogRecPtr lsn_standby_applied;
|
||||||
|
|
||||||
int connection_retries,
|
int connection_retries,
|
||||||
ret;
|
ret;
|
||||||
@@ -998,10 +957,10 @@ standby_monitor(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
strncpy(monitor_standby_timestamp, PQgetvalue(res, 0, 0), MAXLEN);
|
strncpy(monitor_standby_timestamp, PQgetvalue(res, 0, 0), MAXLEN);
|
||||||
strncpy(last_xlog_receive_location, PQgetvalue(res, 0, 1), MAXLEN);
|
strncpy(last_wal_standby_received, PQgetvalue(res, 0, 1), MAXLEN);
|
||||||
strncpy(last_xlog_replay_location, PQgetvalue(res, 0, 2), MAXLEN);
|
strncpy(last_wal_standby_applied, PQgetvalue(res, 0, 2), MAXLEN);
|
||||||
strncpy(last_xact_replay_timestamp, PQgetvalue(res, 0, 3), MAXLEN);
|
strncpy(last_wal_standby_applied_timestamp, PQgetvalue(res, 0, 3), MAXLEN);
|
||||||
last_xlog_receive_location_gte_replayed = (strcmp(PQgetvalue(res, 0, 4), "t") == 0)
|
last_wal_standby_received_gte_replayed = (strcmp(PQgetvalue(res, 0, 4), "t") == 0)
|
||||||
? true
|
? true
|
||||||
: false;
|
: false;
|
||||||
|
|
||||||
@@ -1010,13 +969,13 @@ standby_monitor(void)
|
|||||||
/*
|
/*
|
||||||
* In the unusual event of a standby becoming disconnected from the primary,
|
* In the unusual event of a standby becoming disconnected from the primary,
|
||||||
* while this repmgrd remains connected to the primary, subtracting
|
* while this repmgrd remains connected to the primary, subtracting
|
||||||
* "last_xlog_replay_location" from "lsn_last_xlog_receive_location" and coercing to
|
* "lsn_standby_applied" from "lsn_standby_received" and coercing to
|
||||||
* (long long unsigned int) will result in a meaningless, very large
|
* (long long unsigned int) will result in a meaningless, very large
|
||||||
* value which will overflow a BIGINT column and spew error messages into the
|
* value which will overflow a BIGINT column and spew error messages into the
|
||||||
* PostgreSQL log. In the absence of a better strategy, skip attempting
|
* PostgreSQL log. In the absence of a better strategy, skip attempting
|
||||||
* to insert a monitoring record.
|
* to insert a monitoring record.
|
||||||
*/
|
*/
|
||||||
if (last_xlog_receive_location_gte_replayed == false)
|
if (last_wal_standby_received_gte_replayed == false)
|
||||||
{
|
{
|
||||||
log_verbose(LOG_WARNING,
|
log_verbose(LOG_WARNING,
|
||||||
"Invalid replication_lag value calculated - is this standby connected to its upstream?\n");
|
"Invalid replication_lag value calculated - is this standby connected to its upstream?\n");
|
||||||
@@ -1038,40 +997,29 @@ standby_monitor(void)
|
|||||||
PQclear(res);
|
PQclear(res);
|
||||||
|
|
||||||
/* Calculate the lag */
|
/* Calculate the lag */
|
||||||
lsn_master_current_xlog_location = lsn_to_xlogrecptr(last_wal_master_location, NULL);
|
lsn_master = lsn_to_xlogrecptr(last_wal_master_location, NULL);
|
||||||
lsn_last_xlog_receive_location = lsn_to_xlogrecptr(last_xlog_receive_location, NULL);
|
lsn_standby_received = lsn_to_xlogrecptr(last_wal_standby_received, NULL);
|
||||||
lsn_last_xlog_replay_location = lsn_to_xlogrecptr(last_xlog_replay_location, NULL);
|
lsn_standby_applied = lsn_to_xlogrecptr(last_wal_standby_applied, NULL);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Build the SQL to execute on master
|
* Build the SQL to execute on master
|
||||||
*/
|
*/
|
||||||
sqlquery_snprintf(sqlquery,
|
sqlquery_snprintf(sqlquery,
|
||||||
"INSERT INTO %s.repl_monitor "
|
"INSERT INTO %s.repl_monitor "
|
||||||
" (primary_node, "
|
" (primary_node, standby_node, "
|
||||||
" standby_node, "
|
" last_monitor_time, last_apply_time, "
|
||||||
" last_monitor_time, "
|
" last_wal_primary_location, last_wal_standby_location, "
|
||||||
" last_apply_time, "
|
" replication_lag, apply_lag ) "
|
||||||
" last_wal_primary_location, "
|
" VALUES(%d, %d, "
|
||||||
" last_wal_standby_location, "
|
" '%s'::TIMESTAMP WITH TIME ZONE, '%s'::TIMESTAMP WITH TIME ZONE, "
|
||||||
" replication_lag, "
|
" '%s', '%s', "
|
||||||
" apply_lag ) "
|
" %llu, %llu) ",
|
||||||
" VALUES(%d, "
|
|
||||||
" %d, "
|
|
||||||
" '%s'::TIMESTAMP WITH TIME ZONE, "
|
|
||||||
" '%s'::TIMESTAMP WITH TIME ZONE, "
|
|
||||||
" '%s', "
|
|
||||||
" '%s', "
|
|
||||||
" %llu, "
|
|
||||||
" %llu) ",
|
|
||||||
get_repmgr_schema_quoted(master_conn),
|
get_repmgr_schema_quoted(master_conn),
|
||||||
master_options.node,
|
master_options.node, local_options.node,
|
||||||
local_options.node,
|
monitor_standby_timestamp, last_wal_standby_applied_timestamp,
|
||||||
monitor_standby_timestamp,
|
last_wal_master_location, last_wal_standby_received,
|
||||||
last_xact_replay_timestamp,
|
(long long unsigned int)(lsn_master - lsn_standby_received),
|
||||||
last_wal_master_location,
|
(long long unsigned int)(lsn_standby_received - lsn_standby_applied));
|
||||||
last_xlog_receive_location,
|
|
||||||
(long long unsigned int)(lsn_master_current_xlog_location - lsn_last_xlog_receive_location),
|
|
||||||
(long long unsigned int)(lsn_last_xlog_receive_location - lsn_last_xlog_replay_location));
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Execute the query asynchronously, but don't check for a result. We will
|
* Execute the query asynchronously, but don't check for a result. We will
|
||||||
@@ -1109,7 +1057,7 @@ do_master_failover(void)
|
|||||||
XLogRecPtr xlog_recptr;
|
XLogRecPtr xlog_recptr;
|
||||||
bool lsn_format_ok;
|
bool lsn_format_ok;
|
||||||
|
|
||||||
char last_xlog_replay_location[MAXLEN];
|
char last_wal_standby_applied[MAXLEN];
|
||||||
|
|
||||||
PGconn *node_conn = NULL;
|
PGconn *node_conn = NULL;
|
||||||
|
|
||||||
@@ -1292,8 +1240,8 @@ do_master_failover(void)
|
|||||||
" considered as new master and exit.\n"),
|
" considered as new master and exit.\n"),
|
||||||
PQerrorMessage(my_local_conn));
|
PQerrorMessage(my_local_conn));
|
||||||
PQclear(res);
|
PQclear(res);
|
||||||
sprintf(last_xlog_replay_location, "'%X/%X'", 0, 0);
|
sprintf(last_wal_standby_applied, "'%X/%X'", 0, 0);
|
||||||
update_shared_memory(last_xlog_replay_location);
|
update_shared_memory(last_wal_standby_applied);
|
||||||
terminate(ERR_DB_QUERY);
|
terminate(ERR_DB_QUERY);
|
||||||
}
|
}
|
||||||
/* write last location in shared memory */
|
/* write last location in shared memory */
|
||||||
@@ -1374,7 +1322,7 @@ do_master_failover(void)
|
|||||||
log_crit(
|
log_crit(
|
||||||
_("unable to obtain LSN from node %i"), nodes[i].node_id
|
_("unable to obtain LSN from node %i"), nodes[i].node_id
|
||||||
);
|
);
|
||||||
log_hint(
|
log_info(
|
||||||
_("please check that 'shared_preload_libraries=repmgr_funcs' is set in postgresql.conf\n")
|
_("please check that 'shared_preload_libraries=repmgr_funcs' is set in postgresql.conf\n")
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -1531,7 +1479,7 @@ do_master_failover(void)
|
|||||||
/* wait */
|
/* wait */
|
||||||
sleep(10);
|
sleep(10);
|
||||||
|
|
||||||
log_notice(_("node %d is the best candidate for new master, attempting to follow...\n"),
|
log_info(_("node %d is the best candidate for new master, attempting to follow...\n"),
|
||||||
best_candidate.node_id);
|
best_candidate.node_id);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -1577,11 +1525,11 @@ do_master_failover(void)
|
|||||||
|
|
||||||
node_info = get_node_info(new_master_conn, local_options.cluster_name, local_options.node);
|
node_info = get_node_info(new_master_conn, local_options.cluster_name, local_options.node);
|
||||||
appendPQExpBuffer(&event_details,
|
appendPQExpBuffer(&event_details,
|
||||||
_("node %i now following new upstream node %i"),
|
_("Node %i now following new upstream node %i"),
|
||||||
node_info.node_id,
|
node_info.node_id,
|
||||||
best_candidate.node_id);
|
best_candidate.node_id);
|
||||||
|
|
||||||
log_notice("%s\n", event_details.data);
|
log_info("%s\n", event_details.data);
|
||||||
|
|
||||||
create_event_record(new_master_conn,
|
create_event_record(new_master_conn,
|
||||||
&local_options,
|
&local_options,
|
||||||
@@ -1737,7 +1685,7 @@ do_upstream_standby_failover(t_node_info upstream_node)
|
|||||||
}
|
}
|
||||||
|
|
||||||
appendPQExpBuffer(&event_details,
|
appendPQExpBuffer(&event_details,
|
||||||
_("node %i is now following upstream node %i"),
|
_("Node %i is now following upstream node %i"),
|
||||||
node_info.node_id,
|
node_info.node_id,
|
||||||
upstream_node_id);
|
upstream_node_id);
|
||||||
|
|
||||||
@@ -1987,8 +1935,6 @@ check_node_configuration(void)
|
|||||||
/* Adding the node */
|
/* Adding the node */
|
||||||
log_info(_("adding node %d to cluster '%s'\n"),
|
log_info(_("adding node %d to cluster '%s'\n"),
|
||||||
local_options.node, local_options.cluster_name);
|
local_options.node, local_options.cluster_name);
|
||||||
|
|
||||||
/* XXX use create_node_record() */
|
|
||||||
sqlquery_snprintf(sqlquery,
|
sqlquery_snprintf(sqlquery,
|
||||||
"INSERT INTO %s.repl_nodes"
|
"INSERT INTO %s.repl_nodes"
|
||||||
" (id, cluster, name, conninfo, priority, witness) "
|
" (id, cluster, name, conninfo, priority, witness) "
|
||||||
@@ -2110,7 +2056,7 @@ terminate(int retval)
|
|||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
update_shared_memory(char *last_xlog_replay_location)
|
update_shared_memory(char *last_wal_standby_applied)
|
||||||
{
|
{
|
||||||
PGresult *res;
|
PGresult *res;
|
||||||
char sqlquery[QUERY_STR_LEN];
|
char sqlquery[QUERY_STR_LEN];
|
||||||
@@ -2118,7 +2064,7 @@ update_shared_memory(char *last_xlog_replay_location)
|
|||||||
sprintf(sqlquery,
|
sprintf(sqlquery,
|
||||||
"SELECT %s.repmgr_update_standby_location('%s')",
|
"SELECT %s.repmgr_update_standby_location('%s')",
|
||||||
get_repmgr_schema_quoted(my_local_conn),
|
get_repmgr_schema_quoted(my_local_conn),
|
||||||
last_xlog_replay_location);
|
last_wal_standby_applied);
|
||||||
|
|
||||||
/* If an error happens, just inform about that and continue */
|
/* If an error happens, just inform about that and continue */
|
||||||
res = PQexec(my_local_conn, sqlquery);
|
res = PQexec(my_local_conn, sqlquery);
|
||||||
@@ -2308,13 +2254,13 @@ check_and_create_pid_file(const char *pid_file)
|
|||||||
t_node_info
|
t_node_info
|
||||||
get_node_info(PGconn *conn, char *cluster, int node_id)
|
get_node_info(PGconn *conn, char *cluster, int node_id)
|
||||||
{
|
{
|
||||||
int res;
|
PGresult *res;
|
||||||
|
|
||||||
t_node_info node_info = T_NODE_INFO_INITIALIZER;
|
t_node_info node_info = T_NODE_INFO_INITIALIZER;
|
||||||
|
|
||||||
res = get_node_record(conn, cluster, node_id, &node_info);
|
res = get_node_record(conn, cluster, node_id);
|
||||||
|
|
||||||
if (res == -1)
|
if (PQresultStatus(res) != PGRES_TUPLES_OK)
|
||||||
{
|
{
|
||||||
PQExpBufferData errmsg;
|
PQExpBufferData errmsg;
|
||||||
initPQExpBuffer(&errmsg);
|
initPQExpBuffer(&errmsg);
|
||||||
@@ -2333,14 +2279,47 @@ get_node_info(PGconn *conn, char *cluster, int node_id)
|
|||||||
false,
|
false,
|
||||||
errmsg.data);
|
errmsg.data);
|
||||||
|
|
||||||
PQfinish(conn);
|
PQclear(res);
|
||||||
terminate(ERR_DB_QUERY);
|
terminate(ERR_DB_QUERY);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (res == 0)
|
if (!PQntuples(res)) {
|
||||||
{
|
|
||||||
log_warning(_("No record found record for node %i\n"), node_id);
|
log_warning(_("No record found record for node %i\n"), node_id);
|
||||||
|
PQclear(res);
|
||||||
|
node_info.node_id = NODE_NOT_FOUND;
|
||||||
|
return node_info;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
node_info.node_id = atoi(PQgetvalue(res, 0, 0));
|
||||||
|
node_info.upstream_node_id = atoi(PQgetvalue(res, 0, 1));
|
||||||
|
strncpy(node_info.conninfo_str, PQgetvalue(res, 0, 2), MAXLEN);
|
||||||
|
node_info.type = parse_node_type(PQgetvalue(res, 0, 3));
|
||||||
|
strncpy(node_info.slot_name, PQgetvalue(res, 0, 4), MAXLEN);
|
||||||
|
node_info.active = (strcmp(PQgetvalue(res, 0, 5), "t") == 0)
|
||||||
|
? true
|
||||||
|
: false;
|
||||||
|
|
||||||
|
PQclear(res);
|
||||||
|
|
||||||
return node_info;
|
return node_info;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
static t_server_type
|
||||||
|
parse_node_type(const char *type)
|
||||||
|
{
|
||||||
|
if (strcmp(type, "master") == 0)
|
||||||
|
{
|
||||||
|
return MASTER;
|
||||||
|
}
|
||||||
|
else if (strcmp(type, "standby") == 0)
|
||||||
|
{
|
||||||
|
return STANDBY;
|
||||||
|
}
|
||||||
|
else if (strcmp(type, "witness") == 0)
|
||||||
|
{
|
||||||
|
return WITNESS;
|
||||||
|
}
|
||||||
|
|
||||||
|
return UNKNOWN;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile
|
# Makefile
|
||||||
#
|
#
|
||||||
# Copyright (c) 2ndQuadrant, 2010-2016
|
# Copyright (c) 2ndQuadrant, 2010-2015
|
||||||
#
|
#
|
||||||
|
|
||||||
MODULE_big = repmgr_funcs
|
MODULE_big = repmgr_funcs
|
||||||
|
|||||||
@@ -1,35 +0,0 @@
|
|||||||
/*
|
|
||||||
* Update a repmgr 3.0 installation to repmgr 3.1
|
|
||||||
* ----------------------------------------------
|
|
||||||
*
|
|
||||||
* The new repmgr package should be installed first. Then
|
|
||||||
* carry out these steps:
|
|
||||||
*
|
|
||||||
* 1. (If repmgrd is used) stop any running repmgrd instances
|
|
||||||
* 2. On the master node, execute the SQL statements listed below
|
|
||||||
* 3. (If repmgrd is used) restart repmgrd
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
* If your repmgr installation is not included in your repmgr
|
|
||||||
* user's search path, please set the search path to the name
|
|
||||||
* of the repmgr schema to ensure objects are installed in
|
|
||||||
* the correct location.
|
|
||||||
*
|
|
||||||
* The repmgr schema is "repmgr_" + the cluster name defined in
|
|
||||||
* 'repmgr.conf'.
|
|
||||||
*/
|
|
||||||
|
|
||||||
-- SET search_path TO 'name_of_repmgr_schema';
|
|
||||||
|
|
||||||
BEGIN;
|
|
||||||
|
|
||||||
-- New view "repl_show_nodes" which also displays the server's
|
|
||||||
-- upstream node
|
|
||||||
|
|
||||||
CREATE VIEW repl_show_nodes AS
|
|
||||||
SELECT rn.id, rn.conninfo, rn.type, rn.name, rn.cluster,
|
|
||||||
rn.priority, rn.active, sq.name AS upstream_node_name
|
|
||||||
FROM repl_nodes as rn LEFT JOIN repl_nodes AS sq ON sq.id=rn.upstream_node_id;
|
|
||||||
|
|
||||||
COMMIT;
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
/*
|
|
||||||
* Update a repmgr 3.1.1 installation to repmgr 3.1.2
|
|
||||||
* --------------------------------------------------
|
|
||||||
*
|
|
||||||
* This update is only required if repmgrd is being used in conjunction
|
|
||||||
* with a witness server.
|
|
||||||
*
|
|
||||||
* The new repmgr package should be installed first. Then
|
|
||||||
* carry out these steps:
|
|
||||||
*
|
|
||||||
* 1. (If repmgrd is used) stop any running repmgrd instances
|
|
||||||
* 2. On the master node, execute the SQL statement listed below
|
|
||||||
* 3. (If repmgrd is used) restart repmgrd
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
* If your repmgr installation is not included in your repmgr
|
|
||||||
* user's search path, please set the search path to the name
|
|
||||||
* of the repmgr schema to ensure objects are installed in
|
|
||||||
* the correct location.
|
|
||||||
*
|
|
||||||
* The repmgr schema is "repmgr_" + the cluster name defined in
|
|
||||||
* 'repmgr.conf'.
|
|
||||||
*/
|
|
||||||
|
|
||||||
-- SET search_path TO 'name_of_repmgr_schema';
|
|
||||||
|
|
||||||
BEGIN;
|
|
||||||
|
|
||||||
ALTER TABLE repl_nodes ALTER CONSTRAINT repl_nodes_upstream_node_id_fkey DEFERRABLE;
|
|
||||||
COMMIT;
|
|
||||||
@@ -83,12 +83,7 @@ _PG_init(void)
|
|||||||
* resources in repmgr_shmem_startup().
|
* resources in repmgr_shmem_startup().
|
||||||
*/
|
*/
|
||||||
RequestAddinShmemSpace(repmgr_memsize());
|
RequestAddinShmemSpace(repmgr_memsize());
|
||||||
|
|
||||||
#if (PG_VERSION_NUM >= 90600)
|
|
||||||
RequestNamedLWLockTranche("repmgr", 1);
|
|
||||||
#else
|
|
||||||
RequestAddinLWLocks(1);
|
RequestAddinLWLocks(1);
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Install hooks.
|
* Install hooks.
|
||||||
@@ -133,11 +128,7 @@ repmgr_shmem_startup(void)
|
|||||||
if (!found)
|
if (!found)
|
||||||
{
|
{
|
||||||
/* First time through ... */
|
/* First time through ... */
|
||||||
#if (PG_VERSION_NUM >= 90600)
|
|
||||||
shared_state->lock = &(GetNamedLWLockTranche("repmgr"))->lock;
|
|
||||||
#else
|
|
||||||
shared_state->lock = LWLockAssign();
|
shared_state->lock = LWLockAssign();
|
||||||
#endif
|
|
||||||
snprintf(shared_state->location,
|
snprintf(shared_state->location,
|
||||||
sizeof(shared_state->location), "%X/%X", 0, 0);
|
sizeof(shared_state->location), "%X/%X", 0, 0);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* repmgr_function.sql
|
* repmgr_function.sql
|
||||||
* Copyright (c) 2ndQuadrant, 2010-2016
|
* Copyright (c) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* uninstall_repmgr_funcs.sql
|
* uninstall_repmgr_funcs.sql
|
||||||
* Copyright (c) 2ndQuadrant, 2010-2016
|
* Copyright (c) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* strutil.c
|
* strutil.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2ndQuadrant, 2010-2016
|
* Copyright (C) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* strutil.h
|
* strutil.h
|
||||||
* Copyright (C) 2ndQuadrant, 2010-2016
|
* Copyright (C) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
@@ -24,17 +24,12 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "errcode.h"
|
#include "errcode.h"
|
||||||
|
|
||||||
|
|
||||||
#define QUERY_STR_LEN 8192
|
#define QUERY_STR_LEN 8192
|
||||||
#define MAXLEN 1024
|
#define MAXLEN 1024
|
||||||
#define MAXLINELENGTH 4096
|
#define MAXLINELENGTH 4096
|
||||||
#define MAXVERSIONSTR 16
|
#define MAXVERSIONSTR 16
|
||||||
#define MAXCONNINFO 1024
|
#define MAXCONNINFO 1024
|
||||||
|
|
||||||
/* Why? http://stackoverflow.com/a/5459929/398670 */
|
|
||||||
#define STR(x) CppAsString(x)
|
|
||||||
|
|
||||||
#define MAXLEN_STR STR(MAXLEN)
|
|
||||||
|
|
||||||
extern int
|
extern int
|
||||||
xsnprintf(char *str, size_t size, const char *format,...)
|
xsnprintf(char *str, size_t size, const char *format,...)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* uninstall_repmgr.sql
|
* uninstall_repmgr.sql
|
||||||
*
|
*
|
||||||
* Copyright (C) 2ndQuadrant, 2010-2016
|
* Copyright (C) 2ndQuadrant, 2010-2015
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user