You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mw database mysql dump mysql_abcdef -o db.sql
Dumping a MySQL database
✅ fetching database. done
✅ fetching main user. done
✅ fetching project. done
✅ creating temporary user. done
❌ starting mysqldump via SSH on project p-abcdef. error
An error occurred during this operation:
Error: command exited with code 7
mysqldump: [ERROR] unknown variable 'column-statistics=0'
✅ removing temporary user. done
╭──────────────────────────────────────────────────────────────────────────────╮
│ ERROR │
│ │
│ An error occurred while executing this command: │
│ │
│ Error: command exited with code 7 │
│ mysqldump: [ERROR] unknown variable 'column-statistics=0' │
│ │
│ │
│ If you believe this to be a bug, please open an issue at │
│ https://github.com/mittwald/cli/issues/new. │
╰──────────────────────────────────────────────────────────────────────────────╯
ERROR STACK TRACE
Please provide this when opening a bug report.
Error: command exited with code 7
mysqldump: [ERROR] unknown variable 'column-statistics=0'
at resolve (file:///opt/homebrew/Cellar/mw/1.2.2/libexec/dist/lib/resources/ssh/exec.js:33:25)
at process.processTicksAndRejections (node:internal/process/task_queues:81:21)
To Reproduce
Steps to reproduce the behavior:
Already running mw-project in local ddev
see cmd above: mw mysdql dump
brings this error
sepficed output file is empty after that, so is also the database
Expected behavior
the exported database should be in the speficed dump-file
Console logs
see above
Environment (please complete the following information):
OS: [e.g. macOS 14]
Shell Bash PHPStorm / Mac
Version @mittwald/cli/1.2.2 darwin-arm64 node-v18.20.4
Additional context
Also ddev pull mittwald does not export the dump suceessfully
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the exported database should be in the speficed dump-file
Console logs
see above
Environment (please complete the following information):
Additional context
Also ddev pull mittwald does not export the dump suceessfully
The text was updated successfully, but these errors were encountered: