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 parent2fa47cf commitefe6bf8Copy full SHA for efe6bf8
packaging/test/scripts/deb_forks.sh
@@ -61,7 +61,6 @@ if [ ${PBK_EDITION} == 'std' ]; then
61
sh -c'echo "deb https://repo.postgrespro.ru/pgpro-${PG_VERSION}/${DISTRIB}/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/pgpro.list'
62
wget --quiet -O - https://repo.postgrespro.ru/pgpro-${PG_VERSION}/keys/GPG-KEY-POSTGRESPRO| apt-key add -
63
apt-get update -y
64
-# apt-get install -y postgrespro-std-${PG_VERSION}
65
66
if [[${PG_VERSION}=='9.6' ]];then
67
apt-get install -y postgrespro-${PG_VERSION}
@@ -71,6 +70,8 @@ if [ ${PBK_EDITION} == 'std' ]; then
71
70
BINDIR="/opt/pgpro/std-${PG_VERSION}/bin"
72
export LD_LIBRARY_PATH=/opt/pgpro/std-${PG_VERSION}/lib/
73
fi
+
74
+ apt-get install libpq5 -y
75
76
77
# install pg_probackup from current public repo