-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Database type mismatch upgrading from 0.4.4 to 0.5.0 #53
Comments
|
So you had an existing database that didn't match The error message tells you several things you can do, but it doesn't tell you what the existing type is. I'd be interested in how you think it can be improved. |
Mariadb is set to 10.4 in
|
I expect this to be a standard problem, but think it's covered in The debug technique is what you did, and if I'm not sure what the situation was here, but let's chase it with |
Just tried to upgrade from 0.4.4 of ddev-platformsh to 0.5.0.
In an existing project that already uses ddev, already had ddev-platformsh installed (0.4.4), and where ddev was not currently running, I ran
ddev downloaded the tarball for 0.5.0, and then informed me:
It then showed:
followed by several lines of bash code. At the end it showed
but i cant tell if that is still part of the bash code, or if it is an actual message. The db in the upstream is:
and the db info in
.ddev/config.yaml
isso there shouldn't be a mismatch.
The text was updated successfully, but these errors were encountered: