X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1c0a5b0d9478f8862daf96d320c00234ba936324..6fec60abcddaca24e2226e2fbc9d806cee9591f9:/doc/install/install-postgresql.html.textile.liquid diff --git a/doc/install/install-postgresql.html.textile.liquid b/doc/install/install-postgresql.html.textile.liquid index 300bdeb540..ef952dd67f 100644 --- a/doc/install/install-postgresql.html.textile.liquid +++ b/doc/install/install-postgresql.html.textile.liquid @@ -12,14 +12,14 @@ SPDX-License-Identifier: CC-BY-SA-3.0 Arvados requires at least version *9.4* of PostgreSQL. We recommend using version 10 or newer. * "AWS":#aws -* "Alma/CentOS/Red Hat/Rocky 8":#rh8 +* "Red Hat, AlmaLinux, and Rocky Linux":#rh8 * "Debian or Ubuntu":#debian h3(#aws). AWS When deploying on AWS, Arvados can use an Aurora RDS PostgreSQL database. Aurora Serverless is not recommended. -h3(#rh8). Alma/CentOS/Red Hat/Rocky 8 +h3(#rh8). Red Hat, AlmaLinux, and Rocky Linux {% comment %} The default version on RH8 is PostgreSQL 10. You can install up to PostgreSQL 13. @@ -41,7 +41,7 @@ h3(#debian). Debian or Ubuntu All supported versions of Debian and Ubuntu include a version of PostgreSQL you can use with Arvados. # Install PostgreSQL -
# apt-get --no-install-recommends install postgresql postgresql-contrib
+
# apt --no-install-recommends install postgresql postgresql-contrib
# Configure PostgreSQL to accept password connections from the local network (replace @10.9.8.0/24@ with your private network mask)
# echo 'host all all 10.9.8.0/24 md5' | tee -a /etc/postgresql/*/main/pg_hba.conf
# Configure the database to launch at boot and start now