Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0fa0ec2

Browse files
committed
Readme: update instruction about installing debug packages
1 parent fcc1c4b commit 0fa0ec2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
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)