Skip to content

Commit

Permalink
pglogical 2.4.2 release notes and docs update (#357)
Browse files Browse the repository at this point in the history
Update release notes for 2.4.2

Add PG 15 package descriptions
  • Loading branch information
petere authored Oct 12, 2022
1 parent 293fd29 commit 740f1f3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ If you don’t have PostgreSQL already:
- PostgreSQL 12: `yum install postgresql12-server postgresql12-contrib`
- PostgreSQL 13: `yum install postgresql13-server postgresql13-contrib`
- PostgreSQL 14: `yum install postgresql14-server postgresql14-contrib`
- PostgreSQL 15: `yum install postgresql15-server postgresql15-contrib`

Then install the “2ndQuadrant’s General Public” repository for your PostgreSQL
version, by running the following instructions as root on the destination Linux server:
Expand All @@ -93,6 +94,7 @@ version, by running the following instructions as root on the destination Linux
- PostgreSQL 12: `curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/12/rpm | bash`
- PostgreSQL 13: `curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/13/rpm | bash`
- PostgreSQL 14: `curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/14/rpm | bash`
- PostgreSQL 15: `curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/15/rpm | bash`

##### Installation

Expand All @@ -106,6 +108,7 @@ Once the repository is installed, you can proceed to pglogical for your PostgreS
- PostgreSQL 12: `yum install postgresql12-pglogical`
- PostgreSQL 13: `yum install postgresql13-pglogical`
- PostgreSQL 14: `yum install postgresql14-pglogical`
- PostgreSQL 15: `yum install postgresql15-pglogical`

You may be prompted to accept the repository GPG key for package signing:

Expand Down Expand Up @@ -138,6 +141,7 @@ Once pre-requisites are complete, installing pglogical is simply a matter of exe
- PostgreSQL 12: `sudo apt-get install postgresql-12-pglogical`
- PostgreSQL 13: `sudo apt-get install postgresql-13-pglogical`
- PostgreSQL 14: `sudo apt-get install postgresql-14-pglogical`
- PostgreSQL 15: `sudo apt-get install postgresql-15-pglogical`

### From source code

Expand Down Expand Up @@ -952,6 +956,14 @@ pglogical copyright is donated to PostgreSQL Global Development Group

## Appendix B: Release Notes

### pglogical 2.4.2

Version 2.4.2 is a maintenance release of pglogical 2.

#### Changes

* Add support for PostgreSQL 15.

### pglogical 2.4.1

Version 2.4.1 is a maintenance release of pglogical 2.
Expand Down

0 comments on commit 740f1f3

Please sign in to comment.