Add upgrade route for repmgr 3.x to repmgr 5.1

The removal of some extensions functions means it's not possible to
follow the conventional incremental upgrade path; instead we'll
create a script for direct upgrades to 5.1.
This commit is contained in:
Ian Barwick
2020-04-09 16:08:35 +09:00
parent 4f0e8a503a
commit e4a7da0132
2 changed files with 266 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ EXTENSION = repmgr
DATA = \
repmgr--unpackaged--4.0.sql \
repmgr--unpackaged--5.1.sql \
repmgr--4.0.sql \
repmgr--4.0--4.1.sql \
repmgr--4.1.sql \