occ recognize:reset-tags results in exceptions #1371
-
|
When I run the following command to reset tags: It generates tons of exceptions in the nextcloud log and never come back: Similar result with the What did I do wrong? Environment:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
Hello @janusn
The "dirty table read" messages in Nextcloud logs are debug-level notifications indicating that the application is reading data from a database table containing uncommitted changes (i.e., "dirty" data still in transaction buffers). These messages primarily appear when debug logging is enabled (via 'loglevel' => 0 in config.php) and are not critical errors but rather verbose logging artifacts. |
Beta Was this translation helpful? Give feedback.
occ recognize:cleanup-tagswill delete all tags that have no files associated with them (so, not only the tags that recognize created, but possibly others as well)