You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
I think it would make sense to leave encryption off by default, as most people who would use nextcloud utilize it internally, and would also prefer better performance to better security. It should be available as a configuration option, but not by default.
As for moving the user files to a new instance, it is stated that moving the data directory is not supported and can cause issues Nextcloud forum on Data Dir.
One option for users, is to create a local backup by syncing nextcloud to their local machine. Once the new nextcloud instance is available, simply sync the backup to the new nextcloud sync directory. I have not found a way to move the files personally without some kind of rather roundabout way, since Nextcloud will only recognize files that are indexed during syncing, and not when they are added into the data directory on the server side.
Without recovering the encryption keys or decrypting all data, migrating to a new Nextcloud installation will cause all files to be unrecoverable.
We can either:
data/<user>/files_encryption
data/files_encryption
occ encryption:show-key-storage-root
to get the current location of the keysor
occ encryption:decrypt-all [username]
to decrypt all data before migrating it to the new systemThe text was updated successfully, but these errors were encountered: