robert-j-peterson
robert-j-peterson
Hello, same error here. The mysqldump process runs, but the contents of the resultant sql file are only: ``` Downloading n98-magerun2.phar, just a moment... n98-magerun2.phar: OK ``` I tried @nicolaspernot...
ahhhh that copyfromcontainer command looks useful -- thank you!
> unzip your SQL.gz file in local (not in docker container) > > ``` > # Import existing database: > bin/mysql < ../existing/magento.sql > ``` Thanks so much for the...
Hey, I think I found the solution — but now I'm running into another error. Thank you again for your help!!!
Thanks, everyone. I had to implement both [acionegatilho](https://github.com/acionegatilho) and [shwetdalal](https://github.com/shwetdalal) changes to get this to fire. :)