diff --git a/content/administration/install/source.rst b/content/administration/install/source.rst index 03279b973..114af9b90 100644 --- a/content/administration/install/source.rst +++ b/content/administration/install/source.rst @@ -229,7 +229,7 @@ PostgreSQL user. .. code-block:: console - $ sudo -u postgres createuser -s $USER + $ sudo -u postgres createuser -d -R -S $USER $ createdb $USER .. note:: @@ -254,7 +254,7 @@ PostgreSQL user. .. code-block:: console - $ sudo -u postgres createuser -s $USER + $ sudo -u postgres createuser -d -R -S $USER $ createdb $USER .. note::