Arvados requires at least version 9.4 of PostgreSQL.
To enable Software Collections on CentOS, run:
~$ sudo yum install centos-release-scl scl-utils
To enable Software Collections on RHEL:
~$ sudo yum-config-manager --enable rhel-server-rhscl-7-rpms
# yum install rh-postgresql95 rh-postgresql95-postgresql-contrib ~$ scl enable rh-postgresql95 bash
# postgresql-setup initdb
# sed -ri -e 's/^(host +all +all +(127\.0\.0\.1\/32|::1\/128) +)ident$/\1md5/' /var/lib/pgsql/data/pg_hba.conf
# systemctl enable --now rh-postgresql95-postgresql
Debian 8 (Jessie) and Ubuntu 16.04 (Xenial) and later versions include a sufficiently recent version of Postgres.
Ubuntu 14.04 (Trusty) requires an updated PostgreSQL version, see the PostgreSQL ubuntu repository
# apt-get --no-install-recommends install postgresql postgresql-contrib
# systemctl enable --now postgresql
The content of this documentation is licensed under the
Creative
Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the
Apache License, Version 2.0.