The Basics
- Nextcloud Server version:
31.0.5
- Operating system and version:
Ubuntu 22.04.5 LTS
- Reverse proxy and version:
nginx 1.28.0
- PHP version:
8.3.22
- Is this the first time you’ve seen this error?
Yes
- When did this problem seem to first start?
Just now
- Installation method
Downloaded and unpacked the zip from the website
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
No
Summary of the issue you are facing:
- I decrypt the files
sudo -u www-data php /var/www/nextcloud/occ encryption:decrypt-all
- I disable the “defaut encryption module” in the “apps” environment.
- Files are there, decrypted and all, but they do not have their tags anymore.
The tags still exist, and sudo -u www-data php /var/www/nextcloud/occ tag:list
still shows the tags. They are just not associated with the files anymore.