Convert nextcloud db to postgres

This commit is contained in:
Jake Howard
2020-03-18 21:35:17 +00:00
parent 7eda50239c
commit 5f79109195
2 changed files with 10 additions and 15 deletions

View File

@ -18,12 +18,12 @@ $CONFIG = array (
array (
0 => 'intersect.jakehoward.tech',
),
'dbtype' => 'mysql',
'dbtype' => 'pgsql',
'version' => '18.0.2.2',
'overwrite.cli.url' => 'https://intersect.jakehoward.tech',
'dbname' => 'nextcloud',
'dbhost' => 'mariadb:3306',
'dbport' => '',
'dbhost' => 'db',
'dbport' => '5432',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextcloud',