[FIX] install: do not create superuser for postgres
The preferred/safe way of running Odoo is with a standard user, with only the right to create a database. Seeb6b73551db
closes odoo/documentation#6772 X-original-commit:df8114e591
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com> Signed-off-by: William André (wan) <wan@odoo.com>
This commit is contained in:
parent
fd3f3ca5cf
commit
1defbf7383
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user