1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00

Readme: add SUSE installation instructions

This commit is contained in:
Grigory Smolkin 2020-07-03 14:04:56 +03:00
parent 8db55b42ae
commit 718e9febf8

View File

@ -90,9 +90,16 @@ rpm -ivh https://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-oraclel
yum install pg_probackup-{12,11,10,9.6,9.5}
yum install pg_probackup-{12,11,10,9.6,9.5}-debuginfo
#SRPM Packages
#SRPM Centos|RHEL|OracleLinux Packages
yumdownloader --source pg_probackup-{12,11,10,9.6,9.5}
#RPM SUSE|SLES Packages
zypper install --allow-unsigned-rpm -y http://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-suse.noarch.rpm
zypper --gpg-auto-import-keys install -y pg_probackup-{12,11,10,9.6,9.5}
#SRPM SUSE|SLES Packages
zypper si pg_probackup-{12,11,10,9.6,9.5}
#RPM ALT Linux 7
sudo echo "rpm https://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-p7 x86_64 vanilla" > /etc/apt/sources.list.d/pg_probackup.list
sudo apt-get update