Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit23d5ee4

Browse files
author
Daniel Shelepanov
committed
[PBCKP-235] review fixes
tags: pg_probackup
1 parent0a1a075 commit23d5ee4

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

‎.travis.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ env:
5454
jobs:
5555
allow_failures:
5656
-if:env(PG_BRANCH) = master
57-
-if:env(PG_BRANCH) = REL_15_STABLE
5857
-if:env(PG_BRANCH) = REL9_5_STABLE
5958
# - if: env(MODE) IN (archive, backup, delta, locking, merge, replica, retention, restore)
6059

‎README.md‎

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
4242

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

4848
##Limitations
4949

@@ -137,8 +137,8 @@ sudo apt-get install pg_probackup-{15,14,13,12,11,10,9.6}-debuginfo
137137
#DEB Ubuntu|Debian Packages
138138
sudo sh -c'echo "deb [arch=amd64] https://repo.postgrespro.ru/pg_probackup-forks/deb/ $(lsb_release -cs) main-$(lsb_release -cs)" > /etc/apt/sources.list.d/pg_probackup-forks.list'
139139
sudo wget -O - https://repo.postgrespro.ru/pg_probackup-forks/keys/GPG-KEY-PG_PROBACKUP| sudo apt-key add -&& sudo apt-get update
140-
sudo apt-get install pg-probackup-{std,ent}-{14,13,12,11,10,9.6}
141-
sudo apt-get install pg-probackup-{std,ent}-{14,13,12,11,10,9.6}-dbg
140+
sudo apt-get install pg-probackup-{std,ent}-{15,14,13,12,11,10,9.6}
141+
sudo apt-get install pg-probackup-{std,ent}-{15,14,13,12,11,10,9.6}-dbg
142142

143143
#DEB Astra Linix Orel
144144
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'
@@ -148,35 +148,35 @@ sudo apt-get install pg-probackup-{std,ent}-{12,11,10,9.6}{-dbg,}
148148

149149
#RPM Centos Packages
150150
rpm -ivh https://repo.postgrespro.ru/pg_probackup-forks/keys/pg_probackup-repo-forks-centos.noarch.rpm
151-
yum install pg_probackup-{std,ent}-{14,13,12,11,10,9.6}
152-
yum install pg_probackup-{std,ent}-{14,13,12,11,10,9.6}-debuginfo
151+
yum install pg_probackup-{std,ent}-{15,14,13,12,11,10,9.6}
152+
yum install pg_probackup-{std,ent}-{15,14,13,12,11,10,9.6}-debuginfo
153153

154154
#RPM RHEL Packages
155155
rpm -ivh https://repo.postgrespro.ru/pg_probackup-forks/keys/pg_probackup-repo-forks-rhel.noarch.rpm
156-
yum install pg_probackup-{std,ent}-{14,13,12,11,10,9.6}
157-
yum install pg_probackup-{std,ent}-{14,13,12,11,10,9.6}-debuginfo
156+
yum install pg_probackup-{std,ent}-{15,14,13,12,11,10,9.6}
157+
yum install pg_probackup-{std,ent}-{15,14,13,12,11,10,9.6}-debuginfo
158158

159159
#RPM Oracle Linux Packages
160160
rpm -ivh https://repo.postgrespro.ru/pg_probackup-forks/keys/pg_probackup-repo-forks-oraclelinux.noarch.rpm
161-
yum install pg_probackup-{std,ent}-{14,13,12,11,10,9.6}
162-
yum install pg_probackup-{std,ent}-{14,13,12,11,10,9.6}-debuginfo
161+
yum install pg_probackup-{std,ent}-{15,14,13,12,11,10,9.6}
162+
yum install pg_probackup-{std,ent}-{15,14,13,12,11,10,9.6}-debuginfo
163163

164164
#RPM ALT Linux 7
165165
sudo sh -c'echo "rpm https://repo.postgrespro.ru/pg_probackup-forks/rpm/latest/altlinux-p7 x86_64 forks" > /etc/apt/sources.list.d/pg_probackup_forks.list'
166166
sudo apt-get update
167-
sudo apt-get install pg_probackup-{std,ent}-{14,13,12,11,10,9.6}
168-
sudo apt-get install pg_probackup-{std,ent}-{14,13,12,11,10,9.6}-debuginfo
167+
sudo apt-get install pg_probackup-{std,ent}-{15,14,13,12,11,10,9.6}
168+
sudo apt-get install pg_probackup-{std,ent}-{15,14,13,12,11,10,9.6}-debuginfo
169169

170170
#RPM ALT Linux 8
171171
sudo sh -c'echo "rpm https://repo.postgrespro.ru/pg_probackup-forks/rpm/latest/altlinux-p8 x86_64 forks" > /etc/apt/sources.list.d/pg_probackup_forks.list'
172172
sudo apt-get update
173-
sudo apt-get install pg_probackup-{std,ent}-{14,13,12,11,10,9.6}
174-
sudo apt-get install pg_probackup-{std,ent}-{14,13,12,11,10,9.6}-debuginfo
173+
sudo apt-get install pg_probackup-{std,ent}-{15,14,13,12,11,10,9.6}
174+
sudo apt-get install pg_probackup-{std,ent}-{15,14,13,12,11,10,9.6}-debuginfo
175175

176176
#RPM ALT Linux 9
177177
sudo sh -c'echo "rpm https://repo.postgrespro.ru/pg_probackup-forks/rpm/latest/altlinux-p9 x86_64 forks" > /etc/apt/sources.list.d/pg_probackup_forks.list'&& sudo apt-get update
178-
sudo apt-get install pg_probackup-{std,ent}-{14,13,12,11,10,9.6}
179-
sudo apt-get install pg_probackup-{std,ent}-{14,13,12,11,10,9.6}-debuginfo
178+
sudo apt-get install pg_probackup-{std,ent}-{15,14,13,12,11,10,9.6}
179+
sudo apt-get install pg_probackup-{std,ent}-{15,14,13,12,11,10,9.6}-debuginfo
180180
```
181181

182182
Once you have`pg_probackup` installed, complete[the setup](https://postgrespro.github.io/pg_probackup/#pbk-install-and-setup).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp