mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 23:56:29 +00:00
Add instructions for upgrading from repmgr2 to repmgr3
This commit is contained in:
12
README.md
12
README.md
@@ -28,6 +28,18 @@ New features in `repmgr 3` include:
|
||||
* replication slot support (PostgreSQL 9.4 and later)
|
||||
* usability improvements, including better logging and error reporting
|
||||
|
||||
Upgrading from repmgr 2
|
||||
-----------------------
|
||||
|
||||
`repmgr 3` is largely compatible with `repmgr 2`; the only step required
|
||||
to upgrade is to update the `repl_nodes` table to the definition needed
|
||||
by `repmgr 3`. See the file `sql/repmgr2_repmgr3.sql` for details on how
|
||||
to do this.
|
||||
|
||||
`repmgrd` must *not* be running while `repl_nodes` is being updated.
|
||||
|
||||
Existing `repmgr.conf` files can be retained as-is.
|
||||
|
||||
Conceptual Overview
|
||||
-------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user