We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Drush fails to import SQL dumps generated with a recent version of MariaDB:
In SqlCommands.php line 183: Query failed. Rerun with --debug to see any error message. ERROR at line 1: Unknown command '\-'.
According to drush-ops/drush#6027, the solution would be to use mariadb-client 10.6.18. Unfortunately this version is not available in Debian stable so we might have to wait for a backport of the fix: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086232
The text was updated successfully, but these errors were encountered:
Version 1:10.5.26-0+deb11u2 1:10.11.9-0+deb12u1 currently in proposed-updates seems to fix the problem.
Sorry, something went wrong.
No branches or pull requests
Drush fails to import SQL dumps generated with a recent version of MariaDB:
According to drush-ops/drush#6027, the solution would be to use mariadb-client 10.6.18.
Unfortunately this version is not available in Debian stable so we might have to wait for a backport of the fix: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086232
The text was updated successfully, but these errors were encountered: