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
OP: https://community.xibo.org.uk/t/xtr-breaks-with-complex-mysql-passwords/31366
The text was updated successfully, but these errors were encountered:
We can probably solve this for maintenance in entrypoint.sh around lines 244/245:
entrypoint.sh
/usr/bin/declare -px | grep -E "^declare -x MYSQL" >> /var/www/maintenance.sh /usr/bin/declare -px | grep -E "^declare -x MEMCACHED" >> /var/www/maintenance.sh
However, we would then need to support complex passwords throughout the whole stack.
We also document that passwords should be alpha numeric, so I am modifying this to not a bug and delaying it for a more detailed investigation.
Decided after a discussion with #ops.
#ops
Sorry, something went wrong.
dasgarner
No branches or pull requests
OP: https://community.xibo.org.uk/t/xtr-breaks-with-complex-mysql-passwords/31366
The text was updated successfully, but these errors were encountered: