The documentation is not clear about how to handle Nextcloud instances that use S3 as primary storage.
According to Nextcloud's documentation, in such cases, file metadata is stored entirely in the database. However, the solvable_files.sh script expects a local data directory and seems to only address afflicted files that exist in both the data directory and database.
When using S3 as primary storage, there is no local data directory, so the script does not identify or address any files.
The documentation is not clear about how to handle Nextcloud instances that use S3 as primary storage.
According to Nextcloud's documentation, in such cases, file metadata is stored entirely in the database. However, the solvable_files.sh script expects a local data directory and seems to only address afflicted files that exist in both the data directory and database.
When using S3 as primary storage, there is no local data directory, so the script does not identify or address any files.
Is there a workaround for this?