@@ -66,7 +66,7 @@ For detailed release plans check [Milestones](https://github.com/postgrespro/pg_
66
66
67
67
## Installation and Setup
68
68
### Windows Installation
69
- Installers are available in release ** assets** . [ Latests] ( https://github.com/postgrespro/pg_probackup/releases/2.4.9 ) .
69
+ Installers are available in release ** assets** . [ Latests] ( https://github.com/postgrespro/pg_probackup/releases/2.4.15 ) .
70
70
71
71
### Linux Installation
72
72
#### pg_probackup for vanilla PostgreSQL
@@ -82,6 +82,11 @@ sudo sh -c 'echo "deb-src [arch=amd64] https://repo.postgrespro.ru/pg_probackup/
82
82
/etc/apt/sources.list.d/pg_probackup.list' && sudo apt-get update
83
83
sudo apt-get source pg-probackup-{13,12,11,10,9.6,9.5}
84
84
85
+ # DEB Astra Linix Orel
86
+ 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'
87
+ sudo wget -O - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | sudo apt-key add - && sudo apt-get update
88
+ sudo apt-get install pg-probackup-{13,12,11,10,9.6,9.5}{-dbg,}
89
+
85
90
# RPM Centos Packages
86
91
rpm -ivh https://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-centos.noarch.rpm
87
92
yum install pg_probackup-{13,12,11,10,9.6,9.5}
@@ -135,6 +140,12 @@ sudo wget -O - https://repo.postgrespro.ru/pg_probackup-forks/keys/GPG-KEY-PG_PR
135
140
sudo apt-get install pg-probackup-{std,ent}-{12,11,10,9.6}
136
141
sudo apt-get install pg-probackup-{std,ent}-{12,11,10,9.6}-dbg
137
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
+
138
149
# RPM Centos Packages
139
150
rpm -ivh https://repo.postgrespro.ru/pg_probackup-forks/keys/pg_probackup-repo-forks-centos.noarch.rpm
140
151
yum install pg_probackup-{std,ent}-{12,11,10,9.6}
0 commit comments