Merge branch '13619-fed-object-list' closes #13619
[arvados.git] / doc / _includes / _install_postgres_database.liquid
index b96c5a3cc492ff486d7ffd740499ec8f2f3034b6..aad4688d79cba0068695d23648450942b859aa04 100644 (file)
@@ -1,6 +1,10 @@
-# Start a shell for the postgres user.  On CentOS 6:
-  <notextile><pre>~$ <span class="userinput">sudo -u postgres scl enable rh-postgresql94 bash</span>
-</pre></notextile> On any other distribution:
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
+
+# Start a shell for the postgres user:
   <notextile><pre>~$ <span class="userinput">sudo -u postgres bash</span></pre></notextile>
 # Generate a new database password:
   <notextile><pre>$ <span class="userinput">ruby -e 'puts rand(2**128).to_s(36)'</span>