X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f69605f9427aa401b0f83c1e131e3c455eae4e38..531fd553a1b83c546066c1d2a2619f86e17b6d20:/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 60afa1e24f..a9614b9be5 100644 --- a/doc/install/install-postgresql.html.textile.liquid +++ b/doc/install/install-postgresql.html.textile.liquid @@ -9,11 +9,16 @@ Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} -Arvados requires at least version *9.4* of PostgreSQL. +Arvados requires at least version *9.4* of PostgreSQL. We recommend using version 10 or newer. +* "AWS":#aws * "CentOS 7":#centos7 * "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(#centos7). CentOS 7 {% assign rh_version = "7" %} {% include 'note_python_sc' %} @@ -35,4 +40,4 @@ Debian 10 (Buster) and Ubuntu 16.04 (Xenial) and later versions include a suffic # Install PostgreSQL
# apt-get --no-install-recommends install postgresql postgresql-contrib
# Configure the database to launch at boot and start now -
# systemctl enable --now postgresql
+
# systemctl enable --now postgresql