-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error after upgrading mariadb to 10.6 #247
Comments
@sharique have you tried running a I'm wondering if there's an issue with the upgrade pathway between 10.4 -> 10.6 that will be resolved without having data in the DB. |
@reynoldsalec destroy and start works fine for me. No issue in that, but I've to pull data again from pantheon. |
yes, destroying |
I also had this exact same problem today upgrading a Pantheon site running MariaDB 10.4 to 10.6. Destroy also worked for me. |
It sounds like this is an issue with MariaDB 10.4 that changed in 10.5; the log files were formerly split up, but now they are limited to 1. See https://bbs.archlinux.org/viewtopic.php?id=259364 if you want to perform an upgrade to Mariadb 10.6 and avoid this problem. Going to close this out since I think it's largely a dependency issue beyond Lando's scope, but feel free to continue the convo here since it may help future visitors. |
...note that I'm pursuing a way to upgrade Lando's MariaDB default version to 10.6 and might be addressing this there: lando/mariadb#25 |
We a site in pantheon running 10.4, we are in process of upgeading to 10.6.
To test the database upgrade with live db I performed following steps.
I run the
lando rebuild -y
couple of times but same error each time.The text was updated successfully, but these errors were encountered: