### What version of NextCloudPi are you using? ( eg: v0.17.2 ) ### What is the base image that you installed on the SD card? ( eg: NextCloudPi_07-21-17 ) You can discover this by executing ``` cat /usr/local/etc/ncp-baseimage ``` ### Expected behavior ### Actual behaviour ### Steps to reproduce, from a freshly installed image ### Include logs
Nextcloud logs ``` Login as admin user into your Nextcloud and copy here the logs from https://example.com/index.php/settings/admin/logging If you don't have access to the web interface, open a terminal session and paste the last 100 lines of /var/www/nextcloud/data/nextcloud.log ```
Apache logs ``` Paste the output of `systemctl status apache2` Paste the output of `tail -n 100 /var/log/apache2/*.log` ```
mariaDB logs ``` Paste the output of `systemctl status mysqld` Paste the output of `tail -n 100 /var/log/mysql/*.log` ```