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/12/04 12:48] – [Security & setup warnings] Bernard Condrausyno:nextcloud [2025/12/04 12:55] (current) – [Log file] Bernard Condrau
Line 127: Line 127:
   * 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*''   * 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 ===== ===== 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 ====