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

Commit0fa0ec2

Browse files
committed
Readme: update instruction about installing debug packages
1 parentfcc1c4b commit0fa0ec2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
5555
echo"deb [arch=amd64] http://repo.postgrespro.ru/pg_probackup/deb/$(lsb_release -cs) main-$(lsb_release -cs)"> /etc/apt/sources.list.d/pg_probackup.list
5656
wget -O - http://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP| apt-key add -&& apt-get update
5757
apt-get install pg-probackup-{11,10,9.6,9.5}
58+
apt-get install pg-probackup-{11,10,9.6,9.5}-dbg
5859

5960
#DEB-SRC Packages
6061
echo"deb-src [arch=amd64] http://repo.postgrespro.ru/pg_probackup/deb/$(lsb_release -cs) main-$(lsb_release -cs)">>\
@@ -64,14 +65,17 @@ apt-get source pg-probackup-{11,10,9.6,9.5}
6465
#RPM Centos Packages
6566
rpm -ivh http://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-centos.noarch.rpm
6667
yum install pg_probackup-{11,10,9.6,9.5}
68+
yum install pg_probackup-{11,10,9.6,9.5}-debuginfo
6769

6870
#RPM RHEL Packages
6971
rpm -ivh http://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-rhel.noarch.rpm
7072
yum install pg_probackup-{11,10,9.6,9.5}
73+
yum install pg_probackup-{11,10,9.6,9.5}-debuginfo
7174

7275
#RPM Oracle Linux Packages
7376
rpm -ivh http://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-oraclelinux.noarch.rpm
7477
yum install pg_probackup-{11,10,9.6,9.5}
78+
yum install pg_probackup-{11,10,9.6,9.5}-debuginfo
7579

7680
#SRPM Packages
7781
yumdownloader --source pg_probackup-{11,10,9.6,9.5}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp