{"id":15027100,"url":"https://github.com/enterprisedb/repmgr","last_synced_at":"2026-03-12T08:09:35.960Z","repository":{"id":39484348,"uuid":"2180048","full_name":"EnterpriseDB/repmgr","owner":"EnterpriseDB","description":"A lightweight replication manager for PostgreSQL (Postgres)","archived":false,"fork":false,"pushed_at":"2025-01-21T01:49:08.000Z","size":9062,"stargazers_count":1615,"open_issues_count":134,"forks_count":255,"subscribers_count":146,"default_branch":"master","last_synced_at":"2025-04-11T23:55:03.909Z","etag":null,"topics":["autofailover","cluster","failover","ha","postgres","postgresql","replication","replication-manager","repmgr"],"latest_commit_sha":null,"homepage":"https://repmgr.org/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EnterpriseDB.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-08-09T15:35:43.000Z","updated_at":"2025-04-10T10:52:42.000Z","dependencies_parsed_at":"2023-11-16T12:28:07.502Z","dependency_job_id":"897681bd-37df-43a0-8642-a611222cd521","html_url":"https://github.com/EnterpriseDB/repmgr","commit_stats":null,"previous_names":["2ndquadrant/repmgr"],"tags_count":65,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnterpriseDB%2Frepmgr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnterpriseDB%2Frepmgr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnterpriseDB%2Frepmgr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnterpriseDB%2Frepmgr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnterpriseDB","download_url":"https://codeload.github.com/EnterpriseDB/repmgr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497812,"owners_count":21113984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autofailover","cluster","failover","ha","postgres","postgresql","replication","replication-manager","repmgr"],"created_at":"2024-09-24T20:05:46.322Z","updated_at":"2025-12-18T03:12:21.087Z","avatar_url":"https://github.com/EnterpriseDB.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"repmgr: Replication Manager for PostgreSQL\n==========================================\n\n`repmgr` is a suite of open-source tools to manage replication and failover\nwithin a cluster of PostgreSQL servers. It enhances PostgreSQL's built-in\nreplication capabilities with utilities to set up standby servers, monitor\nreplication, and perform administrative tasks such as failover or switchover\noperations.\n\nThe most recent `repmgr` version (5.5.x) supports all PostgreSQL versions from\n13 to 17. Despite it could be used with some older ones, some features might not\nbe available, however, it's strongly recommended to use the latest version.\n\n`repmgr` is distributed under the GNU GPL 3 and maintained by EnterpriseDB.\n\nDocumentation\n-------------\n\nThe full `repmgr` documentation is available here:\n\n\u003e [repmgr documentation](https://repmgr.org/docs/current/index.html)\n\nVersions\n--------\n\nFor an overview of `repmgr` versions and PostgreSQL compatibility, see the\n[repmgr compatibility matrix](https://repmgr.org/docs/current/install-requirements.html#INSTALL-COMPATIBILITY-MATRIX).\n\nFiles\n------\n\n - `CONTRIBUTING.md`: details on how to contribute to `repmgr`\n - `COPYRIGHT`: Copyright information\n - `HISTORY`: Summary of changes in each `repmgr` release\n - `LICENSE`: GNU GPL3 details\n\n\nDirectories\n-----------\n\n - `contrib/`: additional utilities\n - `doc/`: DocBook-based documentation files\n - `expected/`: expected regression test output\n - `sql/`: regression test input\n\n\nSupport and Assistance\n----------------------\n\nEnterpriseDB provides 24x7 production support for `repmgr`, including\nconfiguration assistance, installation verification and training for\nrunning a robust replication cluster. For further details see:\n\n* [EDB Support Services](https://www.enterprisedb.com/support/postgresql-support-overview-get-the-most-out-of-postgresql)\n\nThere is a mailing list/forum to discuss contributions or issues:\n\n* https://groups.google.com/group/repmgr\n\nPlease report bugs and other issues to:\n\n* https://github.com/EnterpriseDB/repmgr\n\nFurther information is available at https://repmgr.org/\n\nWe'd love to hear from you about how you use repmgr. Case studies and\nnews are always welcome.\n\nThanks from the repmgr core team.\n\n* Israel Barth\n* Mario González\n* Martín Marqués\n* Gianni Ciolli\n\nPast contributors:\n\n* Ian Barwick\n* Jaime Casanova\n* Abhijit Menon-Sen\n* Simon Riggs\n* Cedric Villemain\n\nFurther reading\n---------------\n\n* [repmgr documentation](https://repmgr.org/docs/current/index.html)\n* [How to Automate PostgreSQL 12 Replication and Failover with repmgr - Part 1](https://www.2ndquadrant.com/en/blog/how-to-automate-postgresql-12-replication-and-failover-with-repmgr-part-1/)\n* [How to Automate PostgreSQL 12 Replication and Failover with repmgr - Part 2](https://www.2ndquadrant.com/en/blog/how-to-automate-postgresql-12-replication-and-failover-with-repmgr-part-2/)\n* [How to implement repmgr for PostgreSQL automatic failover](https://www.enterprisedb.com/postgres-tutorials/how-implement-repmgr-postgresql-automatic-failover)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenterprisedb%2Frepmgr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenterprisedb%2Frepmgr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenterprisedb%2Frepmgr/lists"}