@@ -81,6 +81,7 @@ If you don’t have PostgreSQL already:
8181 - PostgreSQL 12: ` yum install postgresql12-server postgresql12-contrib `
8282 - PostgreSQL 13: ` yum install postgresql13-server postgresql13-contrib `
8383 - PostgreSQL 14: ` yum install postgresql14-server postgresql14-contrib `
84+ - PostgreSQL 15: ` yum install postgresql15-server postgresql15-contrib `
8485
8586Then install the “2ndQuadrant’s General Public” repository for your PostgreSQL
8687version, by running the following instructions as root on the destination Linux server:
@@ -93,6 +94,7 @@ version, by running the following instructions as root on the destination Linux
9394 - PostgreSQL 12: ` curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/12/rpm | bash `
9495 - PostgreSQL 13: ` curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/13/rpm | bash `
9596 - PostgreSQL 14: ` curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/14/rpm | bash `
97+ - PostgreSQL 15: ` curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/15/rpm | bash `
9698
9799##### Installation
98100
@@ -106,6 +108,7 @@ Once the repository is installed, you can proceed to pglogical for your PostgreS
106108 - PostgreSQL 12: ` yum install postgresql12-pglogical `
107109 - PostgreSQL 13: ` yum install postgresql13-pglogical `
108110 - PostgreSQL 14: ` yum install postgresql14-pglogical `
111+ - PostgreSQL 15: ` yum install postgresql15-pglogical `
109112
110113You may be prompted to accept the repository GPG key for package signing:
111114
@@ -138,6 +141,7 @@ Once pre-requisites are complete, installing pglogical is simply a matter of exe
138141 - PostgreSQL 12: ` sudo apt-get install postgresql-12-pglogical `
139142 - PostgreSQL 13: ` sudo apt-get install postgresql-13-pglogical `
140143 - PostgreSQL 14: ` sudo apt-get install postgresql-14-pglogical `
144+ - PostgreSQL 15: ` sudo apt-get install postgresql-15-pglogical `
141145
142146### From source code
143147
@@ -952,6 +956,14 @@ pglogical copyright is donated to PostgreSQL Global Development Group
952956
953957## Appendix B: Release Notes
954958
959+ ### pglogical 2.4.2
960+
961+ Version 2.4.2 is a maintenance release of pglogical 2.
962+
963+ #### Changes
964+
965+ * Add support for PostgreSQL 15.
966+
955967### pglogical 2.4.1
956968
957969Version 2.4.1 is a maintenance release of pglogical 2.
0 commit comments