deck icon indicating copy to clipboard operation
deck copied to clipboard

User migration

Open juliusknorr opened this issue 2 years ago • 6 comments

With 24 we have a server API to handle user migration which deck should also support by implementing https://docs.nextcloud.com/server/stable/developer_manual/digging_deeper/user_migration.html

We already have a way to dump json exports of boards which could be reused, but it might be missing some data:

  • Comments
  • Activity
  • File shares

Especially with file shares it might be a topic for further discussion on how to handle those on user migration. The files might not be owned by the board owner and therefore would not be migrated. Also sharing migration is currently not implemented for files in general.

juliusknorr avatar May 16 '22 07:05 juliusknorr