Exporting all user and groups database and migrating it to a new instance

I think its time to have an app that can enable the nextcloud admin to:
Export user and groups data to a spreadheet and also be able to import this data to another instance of nextcloud…

This is for ease in replicating user data to a replacement machine
And also be able to edit user information in bulk before inporting in nextcloud.

1 Like

Hi @blayde55

https://docs.nextcloud.com/server/latest/admin_manual/maintenance/migrating.html

If you want to do bulk changes to users, the User Provisioning API exists for that:

https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/user_provisioning_api.html

Can you elaborate on what you intend to do in the spreadsheet? What types of information are you talking about editing?