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:
|
Answered by
marcelklehr
Sep 17, 2025
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. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)