Cannot run db migrations

could not find driver (SQL: select * from information_schema.tables where table_schema = public and table_name = migrations and table_type = ‘BASE TABLE’)

DB_CONNECTION=mysql

Hi!

I think the main issue is “could not find driver” which would be odd, since the mysql PDO driver should be present.

Perhaps I’m making a bad assumption tho - Are you on a Laravel app running the setup that results from the fly launch command?

fly launch is success.
but after it we are trying to run db migrations on already deployed and running container.
its shopify application.

Hi @unipay! Can you check if one of these options here: Laravel and Databases · Fly Docs work for you? Specifically, I think you might want to check item #4

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.