Am 14.11.2013 18:00, schrieb Sandro Knauß: > Hey, > >> You could quite easily create a script that uses OC_Migrate to >> iterate through and create zip files for all of your users. > Mmh owncloud(5.0.13) just answers with an error "SQLite not found" > (I'm using mysql), when trying to export one user. > > If i use instance export, there is no import code for it (and all > the ids in the xml, looks like it will fail to import). > > sandro > > > > _______________________________________________ Owncloud mailing > list [email protected] > https://mail.kde.org/mailman/listinfo/owncloud > Hello,
the same error occurred as I wanted to try the migration (a few months ago). You need to install the "php-sqlite" module, because the migration app exports the DB to SQLite. Stefan _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
