nextcloud / owncloud-web-migrator

Tool to migrate your ownCloud to Nextcloud
https://nextcloud.com/blog/3-reasons-to-upgrade-your-owncloud-instance-to-nextcloud-and-how-easy-it-is/
3 stars 4 forks source link

make the migrator more robust wrt updates to minor releases #1

Open jospoortvliet opened 7 years ago

jospoortvliet commented 7 years ago

Quite some users got in trouble trying to upgrade from the latest ownCloud 9.1.x to the latest nextcloud 10 - specifically, 9.1.6 to 10.0.5. This sadly doesn't seem to work seeing https://twitter.com/vinzgreg/status/876766997178179585 and https://help.nextcloud.com/t/migration-from-owncloud-9-1-6-to-nextcloud-10-0-5-fails/13523

I was wondering if we can do something about this?!?

The result is this: spectacle w31683

https://github.com/nextcloud/owncloud-web-migrator/blob/master/index.php#L636 -> it doesn't check the vendor and checks the full version numbers.

jospoortvliet commented 7 years ago

once fixed, let's ping https://twitter.com/vinzgreg/status/876774942641201152 who is eager to migrate!

nickvergessen commented 7 years ago

https://github.com/nextcloud/owncloud-web-migrator/blob/master/index.php#L636 only checks the version, not the vendor. Let me see if I can patch that...