Replies: 1 comment
-
|
Hi! 👋 I've opened a PR that adds full support for forcing PR #6165 – Add robust support for WP_CLI_MYSQLDUMP override: This update allows you to:
Example usage: WP_CLI_MYSQLDUMP=/usr/bin/mysqldump wp db export This ensures Happy to improve the PR further if maintainers need anything! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
my Webhosting only offers a
/usr/bin/mysqldump. But wp-cli detection use themariadb-dump.Is it possible to force the using of
mysqldump? Maybe with an environment variable?Auto detection is a good idea, but seems to be wrong in my setup
mysql --versionprintsmysql Ver 15.1 Distrib 10.5.29-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper
Beta Was this translation helpful? Give feedback.
All reactions