-
-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure shell commands, like mysqldump #846
Comments
We call several commands
I think we should make them configurable using the config files like
|
You should be able to do this via an alias. The system should ship with all configuration options needed for this. |
the point is that |
Just learning, it's not that straight forward. Can you check which shell is used by your PHP version?
In my case it is sh but I needed bash. Most likely your alias won't work with the suggestion. You could eval with |
|
Well in your concrete case, it would have not helped you because there would have been no alias then when magerun exec'utes the (aliased) command. Perhaps switching to the Process component helps here. Another ticket should exist for it, at least for review. (#796) |
I have a host where I have to use mysqldump5 (for accessing mysql 5) instead of mysqldump. Would be cool, if the shell names can be passed or configured.
Is there a workaround?
What do you think?
The text was updated successfully, but these errors were encountered: