Nextcloud version: 14.0.4
Operating system and version: Ubuntu 18.04
Apache or nginx version: Apache 2.4.29
PHP version: 7.2
The issue you are facing:
I have an EC2 instance running only Nextcloud on it for a subdomain of my website. I had this previously installed on a server with 2 cores and 4 GB of memory, and now I moved the cloud server to an instance with only 1 core and 1 GB of memory, so I think that may be causing part of the issue, though that does meet the requirements of Nextcloud (and this is a very low usage cloud server).
So, the issue I am facing is that after uploading 14 GB of data through the web interface, I am now unable to upload chunks of data even < 10 MB in size (total size of all files, or singular file) without causing the server to do one of two things. The first (and possibly main issue) is that the server is having a hard time with connecting to the database when it tries to upload files. Once or twice, it actually caused the mysql service to shut down somehow. Another issue is that trying to upload files will cause the server itself to crash, and I have to reboot it through the AWS interface because I can’t SSH into the server. I’ve also caught a couple out of memory errors too, but that seems to be minimal. This all started once I tried uploading my programming files, where there is a lot of git, vscode, and node modules being uploaded. The log info for the Nextcloud.log were the only types of entries available.
The output of your Nextcloud log in Admin > Logging:
{"reqId":"iuPLOh4jNSGYdpuErC7K","level":3,"time":"2018-11-28T16:16:02+00:00","remoteAddr":"10.0.2.104","user":"Tyler","app":"core","method":"MKCOL","url":"\/remote.php\/dav\/file$
{"reqId":"rQn6Lf6NQ4sFByPn1uCa","level":3,"time":"2018-11-28T16:16:04+00:00","remoteAddr":"10.0.2.104","user":"Tyler","app":"PHP","method":"MKCOL","url":"\/remote.php\/dav\/files$
{
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'secret',
'passwordsalt' => 'secret',
'secret' => 'secret',
'trusted_domains' =>
array (
0 => 'cloud.domain.com',
),
'datadirectory' => '/mnt/server/data/cloud',
'dbtype' => 'mysql',
'version' => '14.0.4.2',
'overwrite.cli.url' => 'https://cloud.domain.com/',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'memcache.local' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '/var/run/redis/redis.sock',
'port' => 0,
),
'dbname' => 'cloud',
'dbhost' => 'localhost:3306',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'cloud',
'dbpassword' => '',
'installed' => true,
'htaccess.RewriteBase' => '/',
'mail_smtpmode' => 'smtp',
'mail_smtpsecure' => 'tls',
'mail_from_address' => 'nextcloud',
'mail_domain' => 'domain.com',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtphost' => 'mail.domain.com',
'mail_smtpport' => '587',
'mail_smtpname' => 'nextcloud@domain.com',
'mail_smtppassword' => '',
'maintenance' => false,
);
The output of your Apache/nginx/system log in /var/log/____
:
10.0.0.6 - - [28/Nov/2018:15:45:09 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/80 HTTP/1.1" 500 249 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
[Wed Nov 28 15:45:10.403368 2018] [php7:error] [pid 26895] [client 10.0.0.6:16144] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [2002] No such file or directory in /mnt/server/www/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /mnt/server/www/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\ in /mnt/server/www/cloud/lib/private/DB/Connection.php on line 64
[Wed Nov 28 15:45:10.403674 2018] [php7:error] [pid 26895] [client 10.0.0.6:16144] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [2002] No such file or directory in /mnt/server/www/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /mnt/server/www/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\ in /mnt/server/www/cloud/lib/private/DB/Connection.php on line 64
10.0.0.6 - - [28/Nov/2018:15:45:10 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/86 HTTP/1.1" 500 249 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
[Wed Nov 28 15:45:10.391704 2018] [php7:error] [pid 26877] [client 10.0.0.6:16138] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [2002] No such file or directory in /mnt/server/www/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /mnt/server/www/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\ in /mnt/server/www/cloud/lib/private/DB/Connection.php on line 64
10.0.0.6 - - [28/Nov/2018:15:45:09 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/83 HTTP/1.1" 500 249 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
[Wed Nov 28 15:45:10.409182 2018] [php7:error] [pid 26896] [client 10.0.0.6:16142] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [2002] No such file or directory in /mnt/server/www/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /mnt/server/www/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\ in /mnt/server/www/cloud/lib/private/DB/Connection.php on line 64
10.0.0.6 - - [28/Nov/2018:15:45:10 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/85 HTTP/1.1" 500 249 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:33 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/5f HTTP/1.1" 500 541 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:33 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/64 HTTP/1.1" 500 541 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:33 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/5e HTTP/1.1" 500 541 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:33 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/63 HTTP/1.1" 500 541 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:33 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/54 HTTP/1.1" 500 541 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:33 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/5c HTTP/1.1" 500 541 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:33 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/62 HTTP/1.1" 500 541 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:30 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/27 HTTP/1.1" 500 651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
[Wed Nov 28 15:45:10.425686 2018] [php7:error] [pid 26811] [client 10.0.0.6:16104] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [2002] No such file or directory in /mnt/server/www/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /mnt/server/www/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\ in /mnt/server/www/cloud/lib/private/DB/Connection.php on line 64
[Wed Nov 28 15:45:10.444877 2018] [php7:error] [pid 26811] [client 10.0.0.6:16104] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [2002] No such file or directory in /mnt/server/www/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /mnt/server/www/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\ in /mnt/server/www/cloud/lib/private/DB/Connection.php on line 64
10.0.0.6 - - [28/Nov/2018:15:45:04 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/71 HTTP/1.1" 500 249 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:31 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/e8 HTTP/1.1" 500 651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:30 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/da HTTP/1.1" 500 651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:30 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/26 HTTP/1.1" 500 651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:31 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/e9 HTTP/1.1" 500 651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:31 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/ea HTTP/1.1" 500 651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:31 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/eb HTTP/1.1" 500 651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:31 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/ec HTTP/1.1" 500 651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.0.6 - - [28/Nov/2018:15:43:31 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/ee HTTP/1.1" 500 651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
[Wed Nov 28 15:45:45.139012 2018] [php7:error] [pid 898] [client 10.0.2.104:49102] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [2002] No such file or directory in /mnt/server/www/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /mnt/server/www/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\ in /mnt/server/www/cloud/lib/private/DB/Connection.php on line 64
[Wed Nov 28 15:45:45.144925 2018] [php7:error] [pid 898] [client 10.0.2.104:49102] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [2002] No such file or directory in /mnt/server/www/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /mnt/server/www/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\ in /mnt/server/www/cloud/lib/private/DB/Connection.php on line 64
10.0.2.104 - tyler [28/Nov/2018:15:45:44 +0000] "PROPFIND /remote.php/dav/files/Tyler/ HTTP/1.1" 500 249 "-" "Mozilla/5.0 (Windows) mirall/2.5.0v2.5.0 (build 20181112) (Nextcloud)"
10.0.2.104 - tyler [28/Nov/2018:15:45:50 +0000] "PROPFIND /remote.php/dav/files/Tyler/ HTTP/1.1" 207 1146 "-" "Mozilla/5.0 (Windows) mirall/2.5.0v2.5.0 (build 20181112) (Nextcloud)"
10.0.2.104 - - [28/Nov/2018:16:08:57 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/39 HTTP/1.1" 201 589 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.2.104 - - [28/Nov/2018:16:08:57 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/3a HTTP/1.1" 201 589 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
[Wed Nov 28 16:08:59.687129 2018] [php7:error] [pid 1473] [client 10.0.2.104:50082] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/apps/systemtags/composer/autoload.php on line 5
[Wed Nov 28 16:08:59.687135 2018] [php7:error] [pid 1479] [client 10.0.2.104:50102] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/apps/systemtags/composer/autoload.php on line 5
[Wed Nov 28 16:08:59.687108 2018] [php7:error] [pid 1472] [client 10.0.2.104:50086] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/apps/systemtags/composer/autoload.php on line 5
[Wed Nov 28 16:08:59.687218 2018] [php7:error] [pid 1478] [client 10.0.2.104:50098] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/apps/systemtags/composer/autoload.php on line 5
[Wed Nov 28 16:08:59.687293 2018] [php7:error] [pid 1474] [client 10.0.2.104:50092] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/apps/systemtags/composer/autoload.php on line 5
[Wed Nov 28 16:08:59.687303 2018] [php7:error] [pid 1481] [client 10.0.2.104:50104] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/apps/systemtags/composer/autoload.php on line 5
[Wed Nov 28 16:08:59.687224 2018] [php7:error] [pid 1476] [client 10.0.2.104:50090] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/apps/systemtags/composer/autoload.php on line 5
[Wed Nov 28 16:08:59.689251 2018] [php7:error] [pid 1482] [client 10.0.2.104:50106] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/apps/systemtags/composer/autoload.php on line 5
[Wed Nov 28 16:08:59.741017 2018] [php7:error] [pid 1474] [client 10.0.2.104:50092] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/lib/private/Log.php on line 204
[Wed Nov 28 16:08:59.741087 2018] [php7:error] [pid 1473] [client 10.0.2.104:50082] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/lib/private/Log.php on line 204
[Wed Nov 28 16:08:59.741134 2018] [php7:error] [pid 1481] [client 10.0.2.104:50104] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/lib/private/Log.php on line 204
[Wed Nov 28 16:08:59.741185 2018] [php7:error] [pid 1472] [client 10.0.2.104:50086] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/lib/private/Log.php on line 204
[Wed Nov 28 16:08:59.741229 2018] [php7:error] [pid 1476] [client 10.0.2.104:50090] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/lib/private/Log.php on line 204
[Wed Nov 28 16:08:59.741264 2018] [php7:error] [pid 1482] [client 10.0.2.104:50106] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/lib/private/Log.php on line 204
[Wed Nov 28 16:08:59.741326 2018] [php7:error] [pid 1479] [client 10.0.2.104:50102] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/lib/private/Log.php on line 204
[Wed Nov 28 16:08:59.741362 2018] [php7:error] [pid 1478] [client 10.0.2.104:50098] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /mnt/server/www/cloud/lib/private/Log.php on line 204
10.0.2.104 - - [28/Nov/2018:16:08:58 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/54 HTTP/1.1" 500 249 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.2.104 - - [28/Nov/2018:16:08:58 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/50 HTTP/1.1" 500 249 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
10.0.2.104 - - [28/Nov/2018:16:08:58 +0000] "MKCOL /remote.php/dav/files/Tyler/Coding/PHP/App/Plant%20Assist%20Dev/.git/objects/52 HTTP/1.1" 500 249 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
[Wed Nov 28 16:16:47.442119 2018] [php7:warn] [pid 2513] [client 10.0.2.104:51182] PHP Warning: PDO::exec(): MySQL server has gone away in /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 57
[Wed Nov 28 16:16:47.756341 2018] [php7:warn] [pid 2513] [client 10.0.2.104:51182] PHP Warning: PDO::exec(): Error reading result set's header in /mnt/server/www/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 57