We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994ccb1 commit 0a32890Copy full SHA for 0a32890
tests/check.sh
@@ -14,7 +14,7 @@ yum install -y tar make rpm-build python2-devel python-setuptools
14
make rpm && yum install -y mamonsu*.rpm
15
16
# install postgres
17
-yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-x86_64/pgdg-centos95-9.5-3.noarch.rpm
+yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-x86_64/pgdg-redhat-repo-42.0-11.noarch.rpm
18
yum install -y postgresql95-server postgresql95-contrib
19
su postgres -c '/usr/pgsql-9.5/bin/initdb -D /var/lib/pgsql/9.5/data'
20
su postgres -c '/usr/pgsql-9.5/bin/pg_ctl start -w -D /var/lib/pgsql/9.5/data'
0 commit comments