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
Hi,
I fire the script on a synology nas with latest DSM operating system and it seems that mysqlshow command is not part of the mariadb package.
Is there any chance you would check for mysqlshow or mariadb-show existence, as it seems to be a breaking change from latest mariadb versions:
mysqlshow
mariadb-show
https://mariadb.com/kb/en/mysqlshow/
The text was updated successfully, but these errors were encountered:
well, I edited the script and ...
automysqlbackup: line 661: mariadb-show: command not found
Sorry, something went wrong.
You can add /volume1/@appstore/MariaDB10/usr/local/mariadb10/bin to your PATH in your myserver.conf
/volume1/@appstore/MariaDB10/usr/local/mariadb10/bin
myserver.conf
No branches or pull requests
Hi,
I fire the script on a synology nas with latest DSM operating system and it seems that mysqlshow command is not part of the mariadb package.
Is there any chance you would check for
mysqlshow
ormariadb-show
existence, as it seems to be a breaking change from latest mariadb versions:https://mariadb.com/kb/en/mysqlshow/
The text was updated successfully, but these errors were encountered: