diff --git a/content/administration/install/source.rst b/content/administration/install/source.rst index 3b2772571..7be3c6cc7 100644 --- a/content/administration/install/source.rst +++ b/content/administration/install/source.rst @@ -225,7 +225,7 @@ PostgreSQL user. .. code-block:: console - $ sudo -u postgres createuser -s $USER + $ sudo -u postgres createuser -d -R -S $USER $ createdb $USER .. note:: @@ -250,7 +250,7 @@ PostgreSQL user. .. code-block:: console - $ sudo -u postgres createuser -s $USER + $ sudo -u postgres createuser -d -R -S $USER $ createdb $USER .. note::