docs: add migration guide for ownCloud to oCIS#1514
Conversation
…CIS migration Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Looks good to me |
dj4oC
left a comment
There was a problem hiding this comment.
LGTM
Will test later but this should not block the PR
|
I did a local rendering and found things to improve/fix, BUT (first findings)
Adding more comments when finding things. |
|
@jvillafanez can you please clarify? Thank you |
When migrating the files, the rclone command uses
Users, groups and group membership will be kept, but not roles. You need to use a default role for all the migrated users (likely "user"), and the same role will be used for all of them regardless of the OC10 role they have. If they have multiple admins in OC10 in the "admin" group, all those users will also be in the oCIS "admin" group but without admin privileges (unless they choose to make everyone admin). The actual oCIS admin should manually set the appropriate role only for those users.
Yes. All the user files will be migrated to their respective oCIS account, assuming the user has been correctly migrated. |
- Add external mounts (user drives, admin-shared drives, external share targets) to the "not migrated" list; clarify rclone excludes them - Clarify role assignment: OC10 roles are not preserved, a single role is chosen for all users; note that former OC10 admins/subadmins need manual role assignment in oCIS after migration - Clarify that files land in each user's personal Space in oCIS Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@mmattel feedback has been incorporated |
|
thx, I am working on additional required updates and fixes |
… into feat/add-migrating-to-ocis-page
|
@dj4oC @jvillafanez I have updated and fixed the document and created a rendered build on staging. |
Thank you. Looks good to me. |
|
Just a note before merging: there are three real life scenarios migrating users (oc10 to ocis):
ONLY (1) has bee tested because it is based on the migration app. But it is the most irrelevant one for enterprises and for the community only relevant if one wants to play around. For the other ones (2,3) no testing/QA has been made so far or feedback for the QA provided. |
Summary
migrating_to_ocis.adoc— a full migration guide covering prerequisites (OC10 and oCIS), all seven migration steps with commands, and a dedicated section for LDAP-based migrations_migrate_to_ocis_commands.adoc— occ command reference documenting all sevenmigrate:to-ocis:*commands with arguments and optionsocc_command.adocto include the new page and command referenceTest plan
npm run antora-dev-localand verify the new page renders correctlyowncloud/migrate_to_ocisREADME and PHP source🤖 Generated with Claude Code