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
Error when run export
$ cg-manage-rds export ssb-solrcloud-db Exporting ssb-solrcloud-db to file: db_backup.sql Checking for CF version Processing.... \ cf version 8.4.0+b4c083e.2022-06-02 found! Retrieving Service Info... Processing.... Checking Prerequisites for mysql Checking for locally installed mysql utilities Processing.... | mysql found! Processing.... \ mysqldump found! Prerequisites present ... ... Processing.... Command Failed! Error: mysqldump: unknown variable 'set-gtid-purged=OFF'
It is an issue for Manjaro Linux x86_64
$ mysql --version mysql Ver 15.1 Distrib 10.11.2-MariaDB, for Linux (x86_64) using readline 5.1
It is not an issue for Ubuntu 22.04.3 LTS x86_64 . Everything seems fine.
$ mysql --version mysql Ver 8.0.36-0ubuntu0.22.04.1 for Linux on x86_64 ((Ubuntu))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error when run export
Notes
It is an issue for Manjaro Linux x86_64
It is not an issue for Ubuntu 22.04.3 LTS x86_64 . Everything seems fine.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: