@@ -79,6 +79,7 @@ If you don’t have PostgreSQL already:
7979 - PostgreSQL 10: ` yum install postgresql10-server postgresql10-contrib `
8080 - PostgreSQL 11: ` yum install postgresql11-server postgresql11-contrib `
8181 - PostgreSQL 12: ` yum install postgresql12-server postgresql12-contrib `
82+ - PostgreSQL 13: ` yum install postgresql13-server postgresql13-contrib `
8283
8384Then install the “2ndQuadrant’s General Public” repository for your PostgreSQL
8485version, by running the following instructions as root on the destination Linux server:
@@ -89,6 +90,7 @@ version, by running the following instructions as root on the destination Linux
8990 - PostgreSQL 10: ` curl https://access.2ndquadrant.com/api/repository/dl/default/release/10/rpm | bash `
9091 - PostgreSQL 11: ` curl https://access.2ndquadrant.com/api/repository/dl/default/release/11/rpm | bash `
9192 - PostgreSQL 12: ` curl https://access.2ndquadrant.com/api/repository/dl/default/release/12/rpm | bash `
93+ - PostgreSQL 13: ` curl https://access.2ndquadrant.com/api/repository/dl/default/release/13/rpm | bash `
9294
9395##### Installation
9496
@@ -100,6 +102,7 @@ Once the repository is installed, you can proceed to pglogical for your PostgreS
100102 - PostgreSQL 10: ` yum install postgresql10-pglogical `
101103 - PostgreSQL 11: ` yum install postgresql11-pglogical `
102104 - PostgreSQL 12: ` yum install postgresql12-pglogical `
105+ - PostgreSQL 13: ` yum install postgresql13-pglogical `
103106
104107You may be prompted to accept the repository GPG key for package signing:
105108
@@ -130,6 +133,7 @@ Once pre-requisites are complete, installing pglogical is simply a matter of exe
130133 - PostgreSQL 10: ` sudo apt-get install postgresql-10-pglogical `
131134 - PostgreSQL 11: ` sudo apt-get install postgresql-11-pglogical `
132135 - PostgreSQL 12: ` sudo apt-get install postgresql-12-pglogical `
136+ - PostgreSQL 13: ` sudo apt-get install postgresql-13-pglogical `
133137
134138### From source code
135139
0 commit comments