You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now you need to create a database user and the database itself by using the
123
67
MySQL command line interface. The database tables will be created by Nextcloud
124
68
when you login for the first time.
@@ -183,22 +127,7 @@ PostgreSQL database
183
127
^^^^^^^^^^^^^^^^^^^
184
128
185
129
If you decide to use a PostgreSQL database make sure that you have installed
186
-
and enabled the PostgreSQL extension in PHP. The PHP configuration in :file:`/etc/php7/conf.d/pgsql.ini` could look
187
-
like this:
188
-
189
-
::
190
-
191
-
# configuration for PHP PostgreSQL module
192
-
extension=pdo_pgsql.so
193
-
extension=pgsql.so
194
-
195
-
[PostgresSQL]
196
-
pgsql.allow_persistent = On
197
-
pgsql.auto_reset_persistent = Off
198
-
pgsql.max_persistent = -1
199
-
pgsql.max_links = -1
200
-
pgsql.ignore_notice = 0
201
-
pgsql.log_notice = 0
130
+
and enabled the PostgreSQL extension **pdo_pgsql** in PHP.
202
131
203
132
The default configuration for PostgreSQL (at least in Ubuntu 14.04) is to use the peer authentication method. Check :file:`/etc/postgresql/9.3/main/pg_hba.conf` to find out which authentication method is used in your setup.
0 commit comments