X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/84b538b627cba20558e0a52f3efe73eec90a46fe..d6579d95bacbba5682d0c085f139681c93cb005a:/doc/_includes/_install_postgres_database.liquid diff --git a/doc/_includes/_install_postgres_database.liquid b/doc/_includes/_install_postgres_database.liquid index b96c5a3cc4..04fbc3370a 100644 --- a/doc/_includes/_install_postgres_database.liquid +++ b/doc/_includes/_install_postgres_database.liquid @@ -1,6 +1,4 @@ -# Start a shell for the postgres user. On CentOS 6: -
~$ sudo -u postgres scl enable rh-postgresql94 bash
-
On any other distribution: +# Start a shell for the postgres user:
~$ sudo -u postgres bash
# Generate a new database password:
$ ruby -e 'puts rand(2**128).to_s(36)'