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.
j-ed
March 11, 2026, 11:25am
2
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:
Nextcloud uses config/config.php as its main configuration file. This file controls various fundamental aspects of server operations. It is typically modified as part of initial deployment, when troubleshooting, and when making adjustments to...
1 Like
system
Closed
March 19, 2026, 11:25am
3
This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.