Skip to content

Commit

Permalink
Add the 16th version in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postgres-dev committed Oct 28, 2023
1 parent c7ca6cb commit 48efe90
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions README.md
Expand Up @@ -6,7 +6,7 @@
`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.

The utility is compatible with:
* PostgreSQL 9.6, 10, 11, 12, 13, 14, 15;
* PostgreSQL 9.6, 10, 11, 12, 13, 14, 15, 16

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:
* 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.
Expand Down Expand Up @@ -41,9 +41,9 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
## ptrack support

`PTRACK` backup support provided via following options:
* vanilla PostgreSQL 11, 12, 13, 14, 15 with [ptrack extension](https://github.com/postgrespro/ptrack)
* Postgres Pro Standard 11, 12, 13, 14
* Postgres Pro Enterprise 11, 12, 13, 14
* vanilla PostgreSQL 11, 12, 13, 14, 15, 16 with [ptrack extension](https://github.com/postgrespro/ptrack)
* Postgres Pro Standard 11, 12, 13, 14, 15, 16
* Postgres Pro Enterprise 11, 12, 13, 14, 15, 16

## Limitations

Expand Down Expand Up @@ -74,62 +74,62 @@ Installers are available in release **assets**. [Latests](https://github.com/pos
#DEB Ubuntu|Debian Packages
sudo sh -c 'echo "deb [arch=amd64] https://repo.postgrespro.ru/pg_probackup/deb/ $(lsb_release -cs) main-$(lsb_release -cs)" > /etc/apt/sources.list.d/pg_probackup.list'
sudo wget -O - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | sudo apt-key add - && sudo apt-get update
sudo apt-get install pg-probackup-{15,14,13,12,11,10}
sudo apt-get install pg-probackup-{15,14,13,12,11,10}-dbg
sudo apt-get install pg-probackup-{16,15,14,13,12,11,10}
sudo apt-get install pg-probackup-{16,15,14,13,12,11,10}-dbg

#DEB-SRC Packages
sudo sh -c 'echo "deb-src [arch=amd64] https://repo.postgrespro.ru/pg_probackup/deb/ $(lsb_release -cs) main-$(lsb_release -cs)" >>\
/etc/apt/sources.list.d/pg_probackup.list' && sudo apt-get update
sudo apt-get source pg-probackup-{15,14,13,12,11,10}
sudo apt-get source pg-probackup-{16,15,14,13,12,11,10}

#DEB Astra Linix Orel
sudo sh -c 'echo "deb [arch=amd64] https://repo.postgrespro.ru/pg_probackup/deb/ stretch main-stretch" > /etc/apt/sources.list.d/pg_probackup.list'
sudo wget -O - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | sudo apt-key add - && sudo apt-get update
sudo apt-get install pg-probackup-{15,14,13,12,11,10}{-dbg,}
sudo apt-get install pg-probackup-{16,15,14,13,12,11,10}{-dbg,}

#RPM Centos Packages
rpm -ivh https://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-centos.noarch.rpm
yum install pg_probackup-{15,14,13,12,11,10}
yum install pg_probackup-{15,14,13,12,11,10}-debuginfo
yum install pg_probackup-{16,15,14,13,12,11,10}
yum install pg_probackup-{16,15,14,13,12,11,10}-debuginfo

#RPM RHEL Packages
rpm -ivh https://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-rhel.noarch.rpm
yum install pg_probackup-{15,14,13,12,11,10}
yum install pg_probackup-{15,14,13,12,11,10}-debuginfo
yum install pg_probackup-{16,15,14,13,12,11,10}
yum install pg_probackup-{16,15,14,13,12,11,10}-debuginfo

#RPM Oracle Linux Packages
rpm -ivh https://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-oraclelinux.noarch.rpm
yum install pg_probackup-{15,14,13,12,11,10}
yum install pg_probackup-{15,14,13,12,11,10}-debuginfo
yum install pg_probackup-{16,15,14,13,12,11,10}
yum install pg_probackup-{16,15,14,13,12,11,10}-debuginfo

#SRPM Centos|RHEL|OracleLinux Packages
yumdownloader --source pg_probackup-{15,14,13,12,11,10}
yumdownloader --source pg_probackup-{16,15,14,13,12,11,10}

#RPM SUSE|SLES Packages
zypper install --allow-unsigned-rpm -y https://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-suse.noarch.rpm
zypper --gpg-auto-import-keys install -y pg_probackup-{15,14,13,12,11,10}
zypper install pg_probackup-{15,14,13,12,11,10}-debuginfo
zypper --gpg-auto-import-keys install -y pg_probackup-{16,15,14,13,12,11,10}
zypper install pg_probackup-{16,15,14,13,12,11,10}-debuginfo

#SRPM SUSE|SLES Packages
zypper si pg_probackup-{15,14,13,12,11,10}
zypper si pg_probackup-{16,15,14,13,12,11,10}

#RPM ALT Linux 8
sudo sh -c 'echo "rpm https://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-p8 x86_64 vanilla" > /etc/apt/sources.list.d/pg_probackup.list'
sudo apt-get update
sudo apt-get install pg_probackup-{15,14,13,12,11,10}
sudo apt-get install pg_probackup-{15,14,13,12,11,10}-debuginfo
sudo apt-get install pg_probackup-{16,15,14,13,12,11,10}
sudo apt-get install pg_probackup-{16,15,14,13,12,11,10}-debuginfo

#RPM ALT Linux 9
sudo sh -c 'echo "rpm https://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-p9 x86_64 vanilla" > /etc/apt/sources.list.d/pg_probackup.list'
sudo apt-get update
sudo apt-get install pg_probackup-{15,14,13,12,11,10}
sudo apt-get install pg_probackup-{15,14,13,12,11,10}-debuginfo
sudo apt-get install pg_probackup-{16,15,14,13,12,11,10}
sudo apt-get install pg_probackup-{16,15,14,13,12,11,10}-debuginfo

#RPM ALT Linux 10
sudo sh -c 'echo "rpm https://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-p10 x86_64 vanilla" > /etc/apt/sources.list.d/pg_probackup.list'
sudo apt-get update
sudo apt-get install pg_probackup-{15,14,13,12,11,10}
sudo apt-get install pg_probackup-{15,14,13,12,11,10}-debuginfo
sudo apt-get install pg_probackup-{16,15,14,13,12,11,10}
sudo apt-get install pg_probackup-{16,15,14,13,12,11,10}-debuginfo
```

#### pg_probackup for PostgresPro Standard and Enterprise
Expand Down

0 comments on commit 48efe90

Please sign in to comment.