All Projects → EnterpriseDB → Repmgr

EnterpriseDB / Repmgr

Licence: other
A lightweight replication manager for PostgreSQL (Postgres) - latest version 5.2.1 (2020-12-07)

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Repmgr

Postgresql cluster
PostgreSQL High-Availability Cluster (based on "Patroni" and "DCS(etcd)"). Automating deployment with Ansible.
Stars: ✭ 294 (-75.64%)
Mutual labels:  postgresql, postgres, replication, failover, cluster
Ansible Role Patroni
🐘 Ansible Role for Patroni
Stars: ✭ 40 (-96.69%)
Mutual labels:  postgresql, failover, cluster
Postgres Operator
Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
Stars: ✭ 2,194 (+81.77%)
Mutual labels:  postgresql, postgres, cluster
Tunnel
PG数据同步工具(Java实现)
Stars: ✭ 122 (-89.89%)
Mutual labels:  postgresql, postgres, replication
Amazonriver
amazonriver 是一个将postgresql的实时数据同步到es或kafka的服务
Stars: ✭ 198 (-83.6%)
Mutual labels:  postgresql, postgres, replication
Paf
PostgreSQL Automatic Failover: High-Availibility for Postgres, based on Pacemaker and Corosync.
Stars: ✭ 288 (-76.14%)
Mutual labels:  postgresql, postgres, failover
Testgres
Testing framework for PostgreSQL and its extensions
Stars: ✭ 85 (-92.96%)
Mutual labels:  postgresql, postgres, replication
Pg chameleon
MySQL to PostgreSQL replica system
Stars: ✭ 274 (-77.3%)
Mutual labels:  postgresql, postgres, replication
Wal E
Continuous Archiving for Postgres
Stars: ✭ 3,313 (+174.48%)
Mutual labels:  postgresql, postgres, replication
Postdock
PostDock - Postgres & Docker - Postgres streaming replication cluster for any docker environment
Stars: ✭ 985 (-18.39%)
Mutual labels:  postgresql, failover, cluster
Osmium
Online collaborative fitting tool.
Stars: ✭ 74 (-93.87%)
Mutual labels:  postgresql, postgres
Ar Uuid
Override migration methods to support UUID columns without having to be explicit about it.
Stars: ✭ 41 (-96.6%)
Mutual labels:  postgresql, postgres
Pgtools
Gui application to monitor postgres database events in real time
Stars: ✭ 42 (-96.52%)
Mutual labels:  postgresql, postgres
Barman
Barman - Backup and Recovery Manager for PostgreSQL
Stars: ✭ 1,044 (-13.5%)
Mutual labels:  postgresql, postgres
Pg variables
Session wide variables for PostgreSQL
Stars: ✭ 44 (-96.35%)
Mutual labels:  postgresql, postgres
Toro
Multithreaded message processing on Postgres
Stars: ✭ 39 (-96.77%)
Mutual labels:  postgresql, postgres
Postgresclientkit
A PostgreSQL client library for Swift. Does not require libpq.
Stars: ✭ 49 (-95.94%)
Mutual labels:  postgresql, postgres
Fullstack Apollo Express Postgresql Boilerplate
💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
Stars: ✭ 1,079 (-10.6%)
Mutual labels:  postgresql, postgres
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-96.77%)
Mutual labels:  postgresql, postgres
Scala Db Codegen
Scala code/boilerplate generator from a db schema
Stars: ✭ 49 (-95.94%)
Mutual labels:  postgresql, postgres

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.2.1) supports all PostgreSQL versions from 9.5 to 13. PostgreSQL 9.4 is also supported, with some restrictions.

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

Documentation

The full repmgr documentation is available here:

repmgr documentation

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

https://github.com/EnterpriseDB/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

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:

The IRC channel #repmgr is registered with freenode.

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
  • Jaime Casanova
  • Abhijit Menon-Sen
  • Simon Riggs
  • Cedric Villemain

Further reading

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].