We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/core
/core/apps-external/encryption
mkdir /core/data/oc-keys && sudo chown -R www-data /core/data
sudo -u www-data /core/occ encryption:enable
sudo -u www-data /core/occ encryption:select-encryption-type masterkey --yes
sudo -u www-data /core/occ encryption:encrypt-all
sudo -u www-data /core/occ encryption:change-key-storage-root oc-keys
sudo -u www-data /core/occ encryption:decrypt-all
sudo -u www-data /core/occ encryption:disable
The system still have encrypted files. Please decrypt them all before disabling encryption.
git-latest
7.4.3
The text was updated successfully, but these errors were encountered:
occ
No branches or pull requests
Steps to reproduce
/core
/core/apps-external/encryption
mkdir /core/data/oc-keys && sudo chown -R www-data /core/data
sudo -u www-data /core/occ encryption:enable
sudo -u www-data /core/occ encryption:select-encryption-type masterkey --yes
sudo -u www-data /core/occ encryption:encrypt-all
sudo -u www-data /core/occ encryption:change-key-storage-root oc-keys
sudo -u www-data /core/occ encryption:decrypt-all
sudo -u www-data /core/occ encryption:disable
Expected Behaviour
Actual Behaviour
The system still have encrypted files. Please decrypt them all before disabling encryption.
Configurations
git-latest
git-latest
7.4.3
The text was updated successfully, but these errors were encountered: