You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this resolved by rolling back Craft to 3.4.5. I think what happened is the update to 3.4.9 did not fully complete therefore some tables were missing from the DB causing subsequent migrations to fail.
I was running into the same issue, what worked for me was running the composer command in the container (as I am using docker locally). Then setting backupOnUpdate in general.php to false.
I saw an error in the log: php_network_getaddresses: getaddrinfo failed: nodename nor servname provided, or not known when I did the composer command (not in the container), so I thought it was trying to access the database, so I ran the composer command in the docker container and it ran without giving me that error. I think after 3.4.5 there is some db connection the command runs when updating craft cms.
Description
After a composer update, a migration occurs which fails on Craft 3.4.9 with the errors:
Additional info
The text was updated successfully, but these errors were encountered: