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 have an issue with this bundle when running inside docker. Because the database is running in a separate container when I'm running the console command I don't have mysqldump so it always fails.
Is there maybe a way to avoid using mysqldump behind the scenes, maybe utilizing doctrine, I'm not sure if it's capable of full database dump?
The text was updated successfully, but these errors were encountered:
I have an issue with this bundle when running inside docker. Because the database is running in a separate container when I'm running the console command I don't have
mysqldump
so it always fails.Is there maybe a way to avoid using
mysqldump
behind the scenes, maybe utilizing doctrine, I'm not sure if it's capable of full database dump?The text was updated successfully, but these errors were encountered: