Support intro
Sorry to hear you’re facing problems
help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.
In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:
example
Or for longer, use three backticks above and below the code snippet:
longer
example
here
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can
Nextcloud version 15.0.2:
Operating system and version unRAID 6.6.7: on docker
The issue you are facing:
I’m trying to move around 200GB of data from Dropbox to Nextcloud (all local network). I originally tried to just copy and paste the folders (just like Dropbox works) but it seems you need to upload all files through the web app.
Anyway when drag and drop all files from my Dropbox folder to Nextcloud webapp (Using Chrome 73) I’m always getting errors such as An unknown error has ocurred
or Could not create folder
. This only happens when I try to move my entire Dropbox folder it seems, if I go with just a few folders then it usually works fine
Is this the first time you’ve seen this error? Yes:
Steps to replicate it:
- Drag huge amount of folders with files from local directory to Nextcloud webapp using Chrome 73
The output of your Nextcloud log in Admin > Logging:
{"reqId":"TKvchYbG7WvqBjPbi8ER","level":4,"time":"2019-03-29T09:17:05+00:00","remoteAddr":"10.0.1.21","user":"jonatan","app":"webdav","method":"MKCOL","url":"/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","message":{"Exception":"Doctrine\\DBAL\\Exception\\DriverException","Message":"An exception occurred while executing 'UPDATE `oc_file_locks` SET `lock` = `lock` + 1, `ttl` = ? WHERE `key` = ? AND `lock` >= 0' with params [1553854625, \"files\\/94fd320b6359acc490e1a6f373a6098b\"]:\n\nSQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction","Code":0,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php","line":128,"function":"convertException","class":"Doctrine\\DBAL\\Driver\\AbstractMySQLDriver","type":"->","args":["An exception occurred while executing 'UPDATE `oc_file_locks` SET `lock` = `lock` + 1, `ttl` = ? WHERE `key` = ? AND `lock` >= 0' with params [1553854625, \"files\\/94fd320b6359acc490e1a6f373a6098b\"]:\n\nSQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction",{"errorInfo":["40001",1213,"Deadlock found when trying to get lock; try restarting transaction"],"__class__":"Doctrine\\DBAL\\Driver\\PDOException"}]},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php","line":1015,"function":"driverExceptionDuringQuery","class":"Doctrine\\DBAL\\DBALException","type":"::","args":[{"__class__":"Doctrine\\DBAL\\Driver\\PDOMySql\\Driver"},{"errorInfo":["40001",1213,"Deadlock found when trying to get lock; try restarting transaction"],"__class__":"Doctrine\\DBAL\\Driver\\PDOException"},"UPDATE `oc_file_locks` SET `lock` = `lock` + 1, `ttl` = ? WHERE `key` = ? AND `lock` >= 0",{"1":1553854625,"2":"files/94fd320b6359acc490e1a6f373a6098b"}]},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":216,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->","args":["UPDATE `oc_file_locks` SET `lock` = `lock` + 1, `ttl` = ? WHERE `key` = ? AND `lock` >= 0",[1553854625,"files/94fd320b6359acc490e1a6f373a6098b"],[]]},{"file":"/config/www/nextcloud/lib/private/Lock/DBLockingProvider.php","line":196,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->","args":["UPDATE `oc_file_locks` SET `lock` = `lock` + 1, `ttl` = ? WHERE `key` = ? AND `lock` >= 0",[1553854625,"files/94fd320b6359acc490e1a6f373a6098b"]]},{"file":"/config/www/nextcloud/lib/private/Files/Storage/Common.php","line":714,"function":"acquireLock","class":"OC\\Lock\\DBLockingProvider","type":"->","args":["files/94fd320b6359acc490e1a6f373a6098b",1]},{"file":"/config/www/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php","line":593,"function":"acquireLock","class":"OC\\Files\\Storage\\Common","type":"->","args":["files/Projects (Selective Sync Conflict)",1,{"__class__":"OC\\Lock\\DBLockingProvider"}]},{"file":"/config/www/nextcloud/lib/private/Files/View.php","line":1923,"function":"acquireLock","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["files/Projects (Selective Sync Conflict)",1,{"__class__":"OC\\Lock\\DBLockingProvider"}]},{"file":"/config/www/nextcloud/lib/private/Files/View.php","line":2037,"function":"lockPath","class":"OC\\Files\\View","type":"->","args":["/Projects (Selective Sync Conflict)",1]},{"file":"/config/www/nextcloud/lib/private/Files/View.php","line":1132,"function":"lockFile","class":"OC\\Files\\View","type":"->","args":["/Projects (Selective Sync Conflict)/Squire (Selective Sync Conflict)/Squire iPad/PaintCode/SVG logos",1]},{"file":"/config/www/nextcloud/lib/private/Files/View.php","line":268,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["mkdir","/Projects (Selective Sync Conflict)/Squire (Selective Sync Conflict)/Squire iPad/PaintCode/SVG logos",["create","write"]]},{"file":"/config/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php","line":189,"function":"mkdir","class":"OC\\Files\\View","type":"->","args":["/Projects (Selective Sync Conflict)/Squire (Selective Sync Conflict)/Squire iPad/PaintCode/SVG logos"]},{"file":"/config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":1210,"function":"createDirectory","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["SVG logos"]},{"file":"/config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":590,"function":"createCollection","class":"Sabre\\DAV\\Server","type":"->","args":["files/jonatan/Projects (Selective Sync Conflict)/Squire (Selective Sync Conflict)/Squire iPad/PaintCode/SVG logos",{"__class__":"Sabre\\DAV\\MkCol"}]},{"function":"httpMkcol","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://10.0.1.38:444/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/config/www/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpMkcol"],[{"absoluteUrl":"https://10.0.1.38:444/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:MKCOL",[{"absoluteUrl":"https://10.0.1.38:444/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://10.0.1.38:444/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/config/www/nextcloud/apps/dav/lib/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/config/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/config/www/nextcloud/remote.php","line":163,"args":["/config/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php","Line":115,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDOException","Message":"SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction","Code":"40001","Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php","line":1008,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDOStatement","type":"->","args":[[1553854625,"files/94fd320b6359acc490e1a6f373a6098b"]]},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":216,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->","args":["UPDATE `oc_file_locks` SET `lock` = `lock` + 1, `ttl` = ? WHERE `key` = ? AND `lock` >= 0",[1553854625,"files/94fd320b6359acc490e1a6f373a6098b"],[]]},{"file":"/config/www/nextcloud/lib/private/Lock/DBLockingProvider.php","line":196,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->","args":["UPDATE `oc_file_locks` SET `lock` = `lock` + 1, `ttl` = ? WHERE `key` = ? AND `lock` >= 0",[1553854625,"files/94fd320b6359acc490e1a6f373a6098b"]]},{"file":"/config/www/nextcloud/lib/private/Files/Storage/Common.php","line":714,"function":"acquireLock","class":"OC\\Lock\\DBLockingProvider","type":"->","args":["files/94fd320b6359acc490e1a6f373a6098b",1]},{"file":"/config/www/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php","line":593,"function":"acquireLock","class":"OC\\Files\\Storage\\Common","type":"->","args":["files/Projects (Selective Sync Conflict)",1,{"__class__":"OC\\Lock\\DBLockingProvider"}]},{"file":"/config/www/nextcloud/lib/private/Files/View.php","line":1923,"function":"acquireLock","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["files/Projects (Selective Sync Conflict)",1,{"__class__":"OC\\Lock\\DBLockingProvider"}]},{"file":"/config/www/nextcloud/lib/private/Files/View.php","line":2037,"function":"lockPath","class":"OC\\Files\\View","type":"->","args":["/Projects (Selective Sync Conflict)",1]},{"file":"/config/www/nextcloud/lib/private/Files/View.php","line":1132,"function":"lockFile","class":"OC\\Files\\View","type":"->","args":["/Projects (Selective Sync Conflict)/Squire (Selective Sync Conflict)/Squire iPad/PaintCode/SVG logos",1]},{"file":"/config/www/nextcloud/lib/private/Files/View.php","line":268,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["mkdir","/Projects (Selective Sync Conflict)/Squire (Selective Sync Conflict)/Squire iPad/PaintCode/SVG logos",["create","write"]]},{"file":"/config/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php","line":189,"function":"mkdir","class":"OC\\Files\\View","type":"->","args":["/Projects (Selective Sync Conflict)/Squire (Selective Sync Conflict)/Squire iPad/PaintCode/SVG logos"]},{"file":"/config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":1210,"function":"createDirectory","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["SVG logos"]},{"file":"/config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":590,"function":"createCollection","class":"Sabre\\DAV\\Server","type":"->","args":["files/jonatan/Projects (Selective Sync Conflict)/Squire (Selective Sync Conflict)/Squire iPad/PaintCode/SVG logos",{"__class__":"Sabre\\DAV\\MkCol"}]},{"function":"httpMkcol","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://10.0.1.38:444/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/config/www/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpMkcol"],[{"absoluteUrl":"https://10.0.1.38:444/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:MKCOL",[{"absoluteUrl":"https://10.0.1.38:444/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://10.0.1.38:444/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/config/www/nextcloud/apps/dav/lib/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/config/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/config/www/nextcloud/remote.php","line":163,"args":["/config/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php","Line":107,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction","Code":"40001","Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php","line":105,"function":"execute","class":"PDOStatement","type":"->","args":[[1553854625,"files/94fd320b6359acc490e1a6f373a6098b"]]},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php","line":1008,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDOStatement","type":"->","args":[[1553854625,"files/94fd320b6359acc490e1a6f373a6098b"]]},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":216,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->","args":["UPDATE `oc_file_locks` SET `lock` = `lock` + 1, `ttl` = ? WHERE `key` = ? AND `lock` >= 0",[1553854625,"files/94fd320b6359acc490e1a6f373a6098b"],[]]},{"file":"/config/www/nextcloud/lib/private/Lock/DBLockingProvider.php","line":196,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->","args":["UPDATE `oc_file_locks` SET `lock` = `lock` + 1, `ttl` = ? WHERE `key` = ? AND `lock` >= 0",[1553854625,"files/94fd320b6359acc490e1a6f373a6098b"]]},{"file":"/config/www/nextcloud/lib/private/Files/Storage/Common.php","line":714,"function":"acquireLock","class":"OC\\Lock\\DBLockingProvider","type":"->","args":["files/94fd320b6359acc490e1a6f373a6098b",1]},{"file":"/config/www/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php","line":593,"function":"acquireLock","class":"OC\\Files\\Storage\\Common","type":"->","args":["files/Projects (Selective Sync Conflict)",1,{"__class__":"OC\\Lock\\DBLockingProvider"}]},{"file":"/config/www/nextcloud/lib/private/Files/View.php","line":1923,"function":"acquireLock","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["files/Projects (Selective Sync Conflict)",1,{"__class__":"OC\\Lock\\DBLockingProvider"}]},{"file":"/config/www/nextcloud/lib/private/Files/View.php","line":2037,"function":"lockPath","class":"OC\\Files\\View","type":"->","args":["/Projects (Selective Sync Conflict)",1]},{"file":"/config/www/nextcloud/lib/private/Files/View.php","line":1132,"function":"lockFile","class":"OC\\Files\\View","type":"->","args":["/Projects (Selective Sync Conflict)/Squire (Selective Sync Conflict)/Squire iPad/PaintCode/SVG logos",1]},{"file":"/config/www/nextcloud/lib/private/Files/View.php","line":268,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["mkdir","/Projects (Selective Sync Conflict)/Squire (Selective Sync Conflict)/Squire iPad/PaintCode/SVG logos",["create","write"]]},{"file":"/config/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php","line":189,"function":"mkdir","class":"OC\\Files\\View","type":"->","args":["/Projects (Selective Sync Conflict)/Squire (Selective Sync Conflict)/Squire iPad/PaintCode/SVG logos"]},{"file":"/config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":1210,"function":"createDirectory","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["SVG logos"]},{"file":"/config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":590,"function":"createCollection","class":"Sabre\\DAV\\Server","type":"->","args":["files/jonatan/Projects (Selective Sync Conflict)/Squire (Selective Sync Conflict)/Squire iPad/PaintCode/SVG logos",{"__class__":"Sabre\\DAV\\MkCol"}]},{"function":"httpMkcol","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://10.0.1.38:444/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/config/www/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpMkcol"],[{"absoluteUrl":"https://10.0.1.38:444/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:MKCOL",[{"absoluteUrl":"https://10.0.1.38:444/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://10.0.1.38:444/remote.php/dav/files/jonatan/Projects%20(Selective%20Sync%20Conflict)/Squire%20(Selective%20Sync%20Conflict)/Squire%20iPad/PaintCode/SVG%20logos","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/config/www/nextcloud/apps/dav/lib/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/config/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/config/www/nextcloud/remote.php","line":163,"args":["/config/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php","Line":105}},"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36","version":"15.0.2.0","id":"5c9de5b0409e8"}
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'memcache.local' => '\\OC\\Memcache\\APCu',
'datadirectory' => '/data',
'instanceid' => 'ockgadl8xwcm',
'passwordsalt' => 'redacted',
'secret' => 'redacted',
'trusted_domains' =>
array (
0 => '10.0.1.38:444',
),
'dbtype' => 'mysql',
'version' => '15.0.2.0',
'overwrite.cli.url' => 'https://10.0.1.38:444',
'dbname' => 'nextcloud',
'dbhost' => '10.0.1.38',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextcloud',
'dbpassword' => 'redacted',
'installed' => true,
);