Agustín Nieto García
Agustín Nieto García
Notice the issue is not related to mysqldump in particular. All commands output is not found on stdin, stderr or stdout. Can't redirect anything...
Running `bin/clinotty bin/n98-magerun2.phar db:dump --stdout > magento.sql` works
Hi @markshust, the dump is working properly and I was able to successfully dump my database using the following command: ``` bin/clinotty bin/n98-magerun2.phar db:dump --stdout > magento.sql ``` For some...
Hi @markshust, I'm closing this issue because it's not related to this project but was a bug with Docker itself. See: https://stackoverflow.com/a/73208522 -- this user was facing the same issue...
Sup, dude. This is what I'm using atm for that purpose. `bin/docker-compose exec -e PHP_IDE_CONFIG=serverName="$serverName" phpfpm php -d xdebug.start_with_request=yes "$@"` I'll see if I can push something more meaningful for...
Hi @markshust I don't know if my development workflow is weird, but I actually think a way to execute cli commands with xdebug enabled by default is pretty useful. This...
Well, the server name is the name you gave the server on the servers' configuration of PhpStorm. I guess you already discovered that. Also, if you want to trigger some...