FriendsOfSulu / SuluImportExportBundle

Simple Import/Export Bundle for Sulu 2 CMS
MIT License
13 stars 6 forks source link

mysqldump is required #10

Open KotaruS opened 8 months ago

KotaruS commented 8 months ago

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?