Martín Marqués 756f2763b3 Fix wrong reference to connection from commit f69485c0
Commit f69485c0 introduced a change in how we check if the repmgr
user can run checkpoints on PG15 and newer.

There was a regression in the messages where the conn passed
was not declared. That is because the pointer we were using was
called local_conn instead of conn.

Signed-off-by: Martín Marqués <martin.marques@enterprisedb.com>
Co-authored-by: Mario Gonzalez <mario.gonzalez@enterprisedb.com>
2024-10-18 13:07:19 -03:00
2024-09-09 16:30:50 +02:00
2020-01-16 09:52:42 +09:00
2020-01-16 09:52:42 +09:00
2023-02-27 12:23:57 -03:00
2023-02-27 12:23:57 -03:00
2021-09-16 10:15:20 +09:00
2017-09-11 10:21:20 +09:00
2023-02-27 12:23:57 -03:00
2017-09-08 13:27:39 +09:00
2023-02-27 12:23:57 -03:00
2023-02-27 12:23:57 -03:00
2017-09-11 11:00:48 +09:00
2024-09-09 18:00:42 +02: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
2023-02-27 12:23:57 -03:00
2022-05-17 20:00:12 +09:00
2024-10-14 14:46:27 +02:00
2021-09-16 10:15:20 +09:00
2022-05-11 14:58:36 +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.

The most recent repmgr version (5.4.1) supports all PostgreSQL versions from 10 to 16.

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

Documentation

The full repmgr documentation is available here:

repmgr documentation

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
  • sql/: regression test input

Support and Assistance

EnterpriseDB 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:

Please report bugs and other issues to:

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.

Thanks from the repmgr core team.

  • Ian Barwick
  • Israel Barth
  • Mario González
  • Martín Marqués
  • Gianni Ciolli

Past contributors:

  • 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%