Two databses in config.php?

Inside my config.php there are two databases specified.
‘dbtype’ => ‘sqlite3’,
‘version’ => ‘33.0.0.16’,
‘dbname’ => ‘nextcloud’,
‘dbhost’ => ‘mariadb:3306’,
‘dbtableprefix’ => ‘oc_’,

When I check the mariadb, the database is empty. But also I cannot find a sqlite database.
I am a bit confused. Please help.

The dbname/dbhost parameters are ignored if you select ‘sqlite3’ as db type. By default the SQLite database file can be found in the configured data directory. Please check the admin guide for further details:

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.