Description Steps to reproduce
setup oc-10 /core
encryption app /core/apps-external/encryption
make directory for key storage change mkdir /core/data/oc-keys && sudo chown -R www-data /core/data
enable encryption sudo -u www-data /core/occ encryption:enable
set masterkey type sudo -u www-data /core/occ encryption:select-encryption-type masterkey --yes
encrypt all sudo -u www-data /core/occ encryption:encrypt-all
change key root storage sudo -u www-data /core/occ encryption:change-key-storage-root oc-keys
decrypt all sudo -u www-data /core/occ encryption:decrypt-all
disable encryption sudo -u www-data /core/occ encryption:disable
Expected Behaviour
encryption should be disabled
Actual Behaviour
encryption disable fails with message: The system still have encrypted files. Please decrypt them all before disabling encryption.
Configurations
core: git-latest
encryption: git-latest
php: 7.4.3
Reactions are currently unavailable
You can’t perform that action at this time.
Steps to reproduce
/core/core/apps-external/encryptionmkdir /core/data/oc-keys && sudo chown -R www-data /core/datasudo -u www-data /core/occ encryption:enablesudo -u www-data /core/occ encryption:select-encryption-type masterkey --yessudo -u www-data /core/occ encryption:encrypt-allsudo -u www-data /core/occ encryption:change-key-storage-root oc-keyssudo -u www-data /core/occ encryption:decrypt-allsudo -u www-data /core/occ encryption:disableExpected Behaviour
Actual Behaviour
The system still have encrypted files. Please decrypt them all before disabling encryption.Configurations
git-latestgit-latest7.4.3