Hi Sandro, Yes you can use the migration tools in ownCloud to export users and import them to other instances. The 'User Account Migration' app creates a frontend for users to export their own accounts.
Unfortunately due to the recent change from MDB2 the code is currently broken and is something I need to update. You could quite easily create a script that uses OC_Migrate to iterate through and create zip files for all of your users. Cheers, Tom -- Tom Needham ([email protected]) Software Developer ownCloud GmbH On 14 Nov 2013, at 13:25, Sandro Knauß <[email protected]> wrote: > Hey, > > I want to merge two instances of ownCloud into one (both 5.0.13). I looked at > the db scheme and think, that using mysqldump to merge both, will result in > conflicting ids. > That's why I thought that the "user account migration" plugin can help me to > export the user specific data/config. But how can I export not my own data? I > didn't found any possibility as admin to export? > Or is "ownCloud Instance Migration" exactliy for that purpose? > > Regards, > > sandro_______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud
_______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
