-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OC_Migrate still uses MDB2 Schem Migration #5388
Comments
Hey @tomneedham is there any chance to take care of this? THX |
Yes I will make this my priority |
@tomneedham any news? THX |
@bartv2 You're the go-to guy for doctrine right? Are you around this evening for me to bounce questions off? |
@tomneedham sorry, got some time on friday during the day |
@tomneedham time's up 😉 what shall we do now? It's a like a bad joke that we moves away from mdb2 with exception of this piece @bartv2 any time left to help out here? I'll prepare a pull request next week to drop the whole migration stuff if there is no progress - THX @karlitschek FYI |
Unfortunately I just don't have the hours to learn the new doctrine stuff and implement it without help. I had a look through the code and initially came across the issue that it doesn't seem possible with the new OC_DB to connect to other databases (like the sqlite db we generate for the zip file). |
Also as mentioned in my post to the list, on one of these issues on github we agreed to retire the admin_migrate app due to its very limited use case. |
any update here? |
It works. But wanted to add a unit test. For some reason an error is generated: #6650. Would like @bartv2 to take a look as he engineered the move to doctrine. I think there still needs to be edits to this method: https://github.com/owncloud/core/blob/migration_unit_tests/lib/private/migrate.php#L470 |
@tomneedham Can we close this? |
Upon second review #6650 |
done :-) |
#6650 is merged |
In order to fully get rid of MDB2 this is a necessary step.
@bartv2 Can I ask you to take care? THX
The text was updated successfully, but these errors were encountered: