Open
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
Metadata
Assignees
Labels
No labels