mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-03-19 21:38:02 +02:00
Fix test packagin script for 9.6 [ci skip]
This commit is contained in:
parent
0dc826fc11
commit
4d907c958d
@ -77,6 +77,12 @@ if [ ${DISTRIB} == 'centos' ] && [ ${DISTRIB_VERSION} == '8' ]; then
|
|||||||
dnf -qy module disable postgresql
|
dnf -qy module disable postgresql
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# PGDG doesn't support install of PG-9.6 from repo package anymore
|
||||||
|
if [ ${PG_VERSION} == '9.6' ] && [ ${DISTRIB_VERSION} == '7' ]; then
|
||||||
|
# ugly hack: use repo settings from PG10
|
||||||
|
sed -i 's/10/9.6/' /etc/yum.repos.d/pgdg-redhat-all.repo
|
||||||
|
fi
|
||||||
|
|
||||||
yum install -y postgresql${PG_TOG}-server.x86_64
|
yum install -y postgresql${PG_TOG}-server.x86_64
|
||||||
export PGDATA=/var/lib/pgsql/${PG_VERSION}/data
|
export PGDATA=/var/lib/pgsql/${PG_VERSION}/data
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user