Files
nextcloud-docs/admin_manual/configuration_files/encryption_migration.rst
Roeland Jago Douma fa9d22b030 Add encryption migration docs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-01 12:54:40 +02:00

25 lines
740 B
ReStructuredText

====================
Encryption migration
====================
Encryption format
-----------------
Nextcloud still supports the legacy encryption scheme used for server side encryption.
However it is recommended to check if you have to still support this scheme.
Starting with version 20 for new installations the legacy encryption will be off by default.
However if you are upgrading there is a migration path to check if you can disable legacy encryption.
Checking for old files
^^^^^^^^^^^^^^^^^^^^^^
On the command line run:
occ encryption:scan:legacy-format
The command will tell you if you can remove the legacy encryption mode.
If so remove the `encryption.legacy_format_support` from your config.php or set it to `false`.