We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent19a3efe commitce32d19Copy full SHA for ce32d19
README.md
@@ -140,6 +140,12 @@ sudo wget -O - https://repo.postgrespro.ru/pg_probackup-forks/keys/GPG-KEY-PG_PR
140
sudo apt-get install pg-probackup-{std,ent}-{12,11,10,9.6}
141
sudo apt-get install pg-probackup-{std,ent}-{12,11,10,9.6}-dbg
142
143
+#DEB Astra Linix Orel
144
+sudo sh -c'echo "deb [arch=amd64] https://repo.postgrespro.ru/pg_probackup-forks/deb/ stretch main-stretch" > /etc/apt/sources.list.d/pg_probackup.list'
145
+sudo wget -O - https://repo.postgrespro.ru/pg_probackup-forks/keys/GPG-KEY-PG_PROBACKUP| sudo apt-key add -&& sudo apt-get update
146
+sudo apt-get install pg-probackup-{std,ent}-{12,11,10,9.6}{-dbg,}
147
+
148
149
#RPM Centos Packages
150
rpm -ivh https://repo.postgrespro.ru/pg_probackup-forks/keys/pg_probackup-repo-forks-centos.noarch.rpm
151
yum install pg_probackup-{std,ent}-{12,11,10,9.6}