Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
syno:nextcloud [2025/11/30 16:46] – [Attach external storage] Bernard Condrausyno:nextcloud [2025/12/04 12:55] (current) – [Log file] Bernard Condrau
Line 125: Line 125:
 C:\Users\yourwindowsusername\AppData\Local\Nextcloud C:\Users\yourwindowsusername\AppData\Local\Nextcloud
 C:\Users\yourwindowsusername\AppData\Roaming\Nextcloud</code> C:\Users\yourwindowsusername\AppData\Roaming\Nextcloud</code>
 +  * If you synced external storage, remove the hidden files (starting with a ''.'') in each folder which was synced, e.g. ''.nextcloudsync.log'', ''.sync-exclude.lst'', ''.sync_*.db*''
 +===== Log file =====
 +  * Login to the nextcloud instance<code>sudo docker exec -it nextcloud-aio-nextcloud bash</code>
 +  * Config file:<code>vi /var/www/html/config/config.php</code>
 +  * Log file:<code>vi /var/www/html/data/nextcloud.log</code>
 +  * Truncate log file:<code>sudo -u www-data truncate /var/www/html/data/nextcloud.log --size 0</code>
 ===== Security & setup warnings ===== ===== Security & setup warnings =====
 ==== Mimetype migration ==== ==== Mimetype migration ====