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

Commitefe6bf8

Browse files
committed
[skip travis] test packages for std|ent
1 parent2fa47cf commitefe6bf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎packaging/test/scripts/deb_forks.sh‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ if [ ${PBK_EDITION} == 'std' ]; then
6161
sh -c'echo "deb https://repo.postgrespro.ru/pgpro-${PG_VERSION}/${DISTRIB}/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/pgpro.list'
6262
wget --quiet -O - https://repo.postgrespro.ru/pgpro-${PG_VERSION}/keys/GPG-KEY-POSTGRESPRO| apt-key add -
6363
apt-get update -y
64-
# apt-get install -y postgrespro-std-${PG_VERSION}
6564

6665
if [[${PG_VERSION}=='9.6' ]];then
6766
apt-get install -y postgrespro-${PG_VERSION}
@@ -71,6 +70,8 @@ if [ ${PBK_EDITION} == 'std' ]; then
7170
BINDIR="/opt/pgpro/std-${PG_VERSION}/bin"
7271
export LD_LIBRARY_PATH=/opt/pgpro/std-${PG_VERSION}/lib/
7372
fi
73+
74+
apt-get install libpq5 -y
7475
fi
7576

7677
# install pg_probackup from current public repo

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp