Allow migrating users between Nextcloud instances
Any user can trigger migration for it self from the Personal settings in the web interface
An admin can trigger migration for any user with an occ
command
occ migration:migrate targetUser [email protected]
The password for the remote users will be asked by the occ
command
- Add option to send new fed. shares for existing outgoing fed. shares on the source server
- Warning that shares have to be re-accepted
- Allow apps to hook into migration
- Hook just provides migration meta-data (source host, user, pass) no full fledged api is provided
- Warn about apps that don't support migration
- Warn about apps not installed on target server