X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e016b28393b74cd30a78ebe03eca7e37a51fefd3..1c434a9f9ec70d8f23583bc737a516c3ef0eb91d:/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)'