mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
using .. note:: instead of IMPORTANT:
This commit is contained in:
@@ -182,7 +182,7 @@ this:
|
||||
"dbhost" => "/var/run/postgresql",
|
||||
"dbtableprefix" => "oc_",
|
||||
|
||||
IMPORTANT: The host actually points to the socket that is used to connect to the database. Using localhost here will not work if postgreSQL is configured to use peer authentication. Also note, that no password is specified, because this authentication method doesn't use a password.
|
||||
.. note:: The host actually points to the socket that is used to connect to the database. Using localhost here will not work if postgreSQL is configured to use peer authentication. Also note, that no password is specified, because this authentication method doesn't use a password.
|
||||
|
||||
If you use another authentication method (not peer), you'll need to use the following steps to get the database setup:
|
||||
Now you need to create a database user and the database itself by using the
|
||||
|
||||
Reference in New Issue
Block a user