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

bug(besu): mysql commands fail during tessera deployment #2642

Open
alvaropicazo opened this issue Jan 14, 2025 · 0 comments · May be fixed by #2643
Open

bug(besu): mysql commands fail during tessera deployment #2642

alvaropicazo opened this issue Jan 14, 2025 · 0 comments · May be fixed by #2643
Assignees
Labels
besu Related to the Hyperledger Besu DLT Platform bug Something isn't working

Comments

@alvaropicazo
Copy link
Contributor

Describe the bug
When running the besu-node helm chart to deploy a Besu node & Tessera node, a demouser and root user are created on mysql db running within the Tessera pod.

PASSWORD('$pass') function is deprecated for mysql version 8+

To Reproduce
Steps to reproduce the behavior:

  1. Deploy the besu node chart with tessera flag enabled
  2. Run kubectl logs 'tessera_pod' -n 'namespace_id' and check the output. Errors while creating the users will be displayed
@alvaropicazo alvaropicazo added bug Something isn't working besu Related to the Hyperledger Besu DLT Platform labels Jan 14, 2025
@alvaropicazo alvaropicazo self-assigned this Jan 14, 2025
@alvaropicazo alvaropicazo changed the title bug(fabric): mysql commands fail during tessera deployment bug(besu): mysql commands fail during tessera deployment Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
besu Related to the Hyperledger Besu DLT Platform bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant