Ian Barwick fb5ce720f3 standby promote: fall back to "pg_ctl promote" if necessary
From PostgreSQL 12, the SQL-level function "pg_promote()" can be used
to promote a PostgreSQL instance, however usage is restricted to
superusers and users to whom explicit execution permission for this
function has been granted.

Therefore, if execution permission is not available, fall back to
"pg_ctl promote".
2020-03-06 12:53:37 +09:00
2020-01-16 09:52:42 +09:00
2020-01-16 09:52:42 +09:00
2020-01-13 14:06:20 +09:00
2020-01-13 14:06:20 +09:00
2020-01-16 09:52:42 +09:00
2020-01-16 09:52:42 +09:00
2020-01-13 14:06:20 +09:00
2020-01-13 14:06:20 +09:00
2020-01-13 14:06:20 +09:00
2020-01-13 14:06:20 +09:00
2020-01-13 14:06:20 +09:00
2017-09-11 10:21:20 +09:00
2020-01-13 14:06:20 +09:00
2020-01-13 14:06:20 +09:00
2020-01-13 14:06:20 +09:00
2019-01-23 10:28:48 +09:00
2017-09-08 13:27:39 +09:00
2020-01-13 14:06:20 +09:00
2020-01-13 14:06:20 +09:00
2020-01-16 09:52:42 +09:00
2017-09-11 11:00:48 +09:00
2020-01-16 09:52:42 +09:00
2020-01-16 09:52:42 +09:00
2020-01-16 09:52:42 +09:00
2020-01-16 09:52:42 +09:00
2020-01-16 09:52:42 +09:00
2020-01-16 09:52:42 +09:00
2019-10-16 11:04:37 +09:00
2020-01-16 09:52:42 +09:00
2020-01-13 14:06:20 +09:00
2020-01-13 14:06:20 +09:00
2020-01-13 14:06:20 +09:00
2020-01-13 14:06:20 +09:00
2020-01-13 14:06:20 +09:00
2018-03-30 14:24:36 +09:00
2020-01-13 14:06:20 +09:00

repmgr: Replication Manager for PostgreSQL

repmgr is a suite of open-source tools to manage replication and failover within a cluster of PostgreSQL servers. It enhances PostgreSQL's built-in replication capabilities with utilities to set up standby servers, monitor replication, and perform administrative tasks such as failover or switchover operations.

PostgreSQL 12, 11, 10, 9.6 and 9.5 are fully supported. PostgreSQL 9.4 and 9.3 are supported, with some restrictions.

repmgr is distributed under the GNU GPL 3 and maintained by 2ndQuadrant.

Documentation

The full repmgr documentation is available here:

repmgr documentation

The old README file for repmgr 3.x is available here:

https://github.com/2ndQuadrant/repmgr/blob/REL3_3_STABLE/README.md

Note that the repmgr 3.x series is no longer supported and contains known bugs; please upgrade to the current repmgr version as soon as possible.

Versions

For an overview of repmgr versions and PostgreSQL compatibility, see the repmgr compatibility matrix.

Files

  • CONTRIBUTING.md: details on how to contribute to repmgr
  • COPYRIGHT: Copyright information
  • HISTORY: Summary of changes in each repmgr release
  • LICENSE: GNU GPL3 details

Directories

  • contrib/: additional utilities
  • doc/: DocBook-based documentation files
  • expected/: expected regression test output
  • scripts/: example scripts
  • sql/: regression test input

Support and Assistance

2ndQuadrant provides 24x7 production support for repmgr, including configuration assistance, installation verification and training for running a robust replication cluster. For further details see:

There is a mailing list/forum to discuss contributions or issues:

The IRC channel #repmgr is registered with freenode.

Please report bugs and other issues to:

See

Further information is available at https://repmgr.org/

We'd love to hear from you about how you use repmgr. Case studies and news are always welcome. Send us an email at info@2ndQuadrant.com, or send a postcard to

repmgr
c/o 2ndQuadrant
7200 The Quorum
Oxford Business Park North
Oxford
OX4 2JZ
United Kingdom

Thanks from the repmgr core team.

  • Ian Barwick
  • Jaime Casanova
  • Abhijit Menon-Sen
  • Simon Riggs
  • Cedric Villemain

Further reading

repmgr v5.5.0 Latest
2024-11-22 14:34:48 +00:00
Languages
C 98.1%
Lex 1.3%
Makefile 0.4%
Perl 0.2%