Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4da7e8

Browse files
committed
update current version to 2.2.5 in Readme and Documentation
1 parent 0d028b7 commit d4da7e8

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pg_probackup is a utility to manage backup and recovery of PostgreSQL database clusters. It is designed to perform periodic backups of the PostgreSQL instance that enable you to restore the server in case of a failure. pg_probackup supports PostgreSQL 9.5 or higher.
44

5-
Current version - 2.2.4
5+
Current version - 2.2.5
66

77
1. [Synopsis](#synopsis)
88
2. [Versioning](#versioning)

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`pg_probackup` is a utility to manage backup and recovery of PostgreSQL database clusters. It is designed to perform periodic backups of the PostgreSQL instance that enable you to restore the server in case of a failure.
44

55
The utility is compatible with:
6-
* PostgreSQL 9.5, 9.6, 10, 11;
6+
* PostgreSQL 9.5, 9.6, 10, 11, 12;
77

88
As compared to other backup solutions, `pg_probackup` offers the following benefits that can help you implement different backup strategies and deal with large amounts of data:
99
* Incremental backup: page-level incremental backup allows you to save disk space, speed up backup and restore. With three different incremental modes you can plan the backup strategy in accordance with your data flow
@@ -37,8 +37,8 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
3737

3838
`PTRACK` backup support provided via following options:
3939
* vanilla PostgreSQL compiled with ptrack patch. Currently there are patches for [PostgreSQL 9.6](https://gist.githubusercontent.com/gsmol/5b615c971dfd461c76ef41a118ff4d97/raw/e471251983f14e980041f43bea7709b8246f4178/ptrack_9.6.6_v1.5.patch) and [PostgreSQL 10](https://gist.githubusercontent.com/gsmol/be8ee2a132b88463821021fd910d960e/raw/de24f9499f4f314a4a3e5fae5ed4edb945964df8/ptrack_10.1_v1.5.patch)
40-
* Postgres Pro Standard 9.5, 9.6, 10, 11
41-
* Postgres Pro Enterprise 9.5, 9.6, 10
40+
* Postgres Pro Standard 9.6, 10, 11
41+
* Postgres Pro Enterprise 9.6, 10, 11
4242

4343
## Limitations
4444

@@ -48,71 +48,71 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
4848

4949
## Current release
5050

51-
[2.2.4](https://github.com/postgrespro/pg_probackup/releases/tag/2.2.4)
51+
[2.2.5](https://github.com/postgrespro/pg_probackup/releases/tag/2.2.5)
5252

5353
## Documentation
5454

5555
Documentation can be found at [github](https://github.com/postgrespro/pg_probackup/blob/master/Documentation.md).
5656

5757
## Installation and Setup
5858
### Windows Installation
59-
Installers are available in release **assets**. [Latests](https://github.com/postgrespro/pg_probackup/releases/tag/2.2.4).
59+
Installers are available in release **assets**. [Latests](https://github.com/postgrespro/pg_probackup/releases/tag/2.2.5).
6060

6161
### Linux Installation
6262
#### pg_probackup for vanilla PostgreSQL
6363
```shell
6464
#DEB Ubuntu|Debian Packages
6565
sudo echo "deb [arch=amd64] http://repo.postgrespro.ru/pg_probackup/deb/ $(lsb_release -cs) main-$(lsb_release -cs)" > /etc/apt/sources.list.d/pg_probackup.list
6666
sudo wget -O - http://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | sudo apt-key add - && sudo apt-get update
67-
sudo apt-get install pg-probackup-{11,10,9.6,9.5}
68-
sudo apt-get install pg-probackup-{11,10,9.6,9.5}-dbg
67+
sudo apt-get install pg-probackup-{12,11,10,9.6,9.5}
68+
sudo apt-get install pg-probackup-{12,11,10,9.6,9.5}-dbg
6969

7070
#DEB-SRC Packages
7171
sudo echo "deb-src [arch=amd64] http://repo.postgrespro.ru/pg_probackup/deb/ $(lsb_release -cs) main-$(lsb_release -cs)" >>\
7272
/etc/apt/sources.list.d/pg_probackup.list
73-
sudo apt-get source pg-probackup-{11,10,9.6,9.5}
73+
sudo apt-get source pg-probackup-{12,11,10,9.6,9.5}
7474

7575
#RPM Centos Packages
7676
rpm -ivh http://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-centos.noarch.rpm
77-
yum install pg_probackup-{11,10,9.6,9.5}
78-
yum install pg_probackup-{11,10,9.6,9.5}-debuginfo
77+
yum install pg_probackup-{12,11,10,9.6,9.5}
78+
yum install pg_probackup-{12,11,10,9.6,9.5}-debuginfo
7979

8080
#RPM RHEL Packages
8181
rpm -ivh http://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-rhel.noarch.rpm
82-
yum install pg_probackup-{11,10,9.6,9.5}
83-
yum install pg_probackup-{11,10,9.6,9.5}-debuginfo
82+
yum install pg_probackup-{12,11,10,9.6,9.5}
83+
yum install pg_probackup-{12,11,10,9.6,9.5}-debuginfo
8484

8585
#RPM Oracle Linux Packages
8686
rpm -ivh http://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-oraclelinux.noarch.rpm
87-
yum install pg_probackup-{11,10,9.6,9.5}
88-
yum install pg_probackup-{11,10,9.6,9.5}-debuginfo
87+
yum install pg_probackup-{12,11,10,9.6,9.5}
88+
yum install pg_probackup-{12,11,10,9.6,9.5}-debuginfo
8989

9090
#SRPM Packages
91-
yumdownloader --source pg_probackup-{11,10,9.6,9.5}
91+
yumdownloader --source pg_probackup-{12,11,10,9.6,9.5}
9292
```
9393

9494
#### pg_probackup for PostgresPro Standart and Enterprise
9595
```shell
9696
#DEB Ubuntu|Debian Packages
9797
sudo echo "deb [arch=amd64] http://repo.postgrespro.ru/pg_probackup-forks/deb/ $(lsb_release -cs) main-$(lsb_release -cs)" > /etc/apt/sources.list.d/pg_probackup-forks.list
9898
sudo wget -O - http://repo.postgrespro.ru/pg_probackup-forks/keys/GPG-KEY-PG_PROBACKUP | sudo apt-key add - && sudo apt-get update
99-
sudo apt-get install pg-probackup-{std,ent}-{11,10,9.6}
100-
sudo apt-get install pg-probackup-{std,ent}-{11,10,9.6}-dbg
99+
sudo apt-get install pg-probackup-{std,ent}-{12,11,10,9.6}
100+
sudo apt-get install pg-probackup-{std,ent}-{12,11,10,9.6}-dbg
101101

102102
#RPM Centos Packages
103103
rpm -ivh http://repo.postgrespro.ru/pg_probackup-forks/keys/pg_probackup-repo-forks-centos.noarch.rpm
104-
yum install pg_probackup-{std,ent}-{11,10,9.6}
105-
yum install pg_probackup-{std,ent}-{11,10,9.6}-debuginfo
104+
yum install pg_probackup-{std,ent}-{12,11,10,9.6}
105+
yum install pg_probackup-{std,ent}-{12,11,10,9.6}-debuginfo
106106

107107
#RPM RHEL Packages
108108
rpm -ivh http://repo.postgrespro.ru/pg_probackup-forks/keys/pg_probackup-repo-forks-rhel.noarch.rpm
109-
yum install pg_probackup-{std,ent}-{11,10,9.6}
110-
yum install pg_probackup-{std,ent}-{11,10,9.6}-debuginfo
109+
yum install pg_probackup-{std,ent}-{12,11,10,9.6}
110+
yum install pg_probackup-{std,ent}-{12,11,10,9.6}-debuginfo
111111

112112
#RPM Oracle Linux Packages
113113
rpm -ivh http://repo.postgrespro.ru/pg_probackup-forks/keys/pg_probackup-repo-forks-oraclelinux.noarch.rpm
114-
yum install pg_probackup-{std,ent}-{11,10,9.6}
115-
yum install pg_probackup-{std,ent}-{11,10,9.6}-debuginfo
114+
yum install pg_probackup-{std,ent}-{12,11,10,9.6}
115+
yum install pg_probackup-{std,ent}-{12,11,10,9.6}-debuginfo
116116
```
117117

118118
Once you have `pg_probackup` installed, complete [the setup](https://github.com/postgrespro/pg_probackup/blob/master/Documentation.md#installation-and-setup).

0 commit comments

Comments
 (0)