Skip to content
New issue

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

XTR fails to run when MYSQL has a complex password #3384

Open
dasgarner opened this issue Mar 19, 2024 · 1 comment
Open

XTR fails to run when MYSQL has a complex password #3384

dasgarner opened this issue Mar 19, 2024 · 1 comment
Assignees
Labels
enhancement An improvement to an existing feature

Comments

@dasgarner
Copy link
Member

OP: https://community.xibo.org.uk/t/xtr-breaks-with-complex-mysql-passwords/31366

@dasgarner dasgarner added the bug label Mar 19, 2024
@dasgarner dasgarner added this to the 4.0.10 milestone Mar 19, 2024
@dasgarner dasgarner self-assigned this Apr 5, 2024
@dasgarner
Copy link
Member Author

dasgarner commented Apr 5, 2024

We can probably solve this for maintenance in entrypoint.sh around lines 244/245:

        /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.

@dasgarner dasgarner removed this from the 4.0.10 milestone Apr 5, 2024
@dasgarner dasgarner added enhancement An improvement to an existing feature and removed bug labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant