You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Deploy the besu node chart with tessera flag enabled
Run kubectl logs 'tessera_pod' -n 'namespace_id' and check the output. Errors while creating the users will be displayed
The text was updated successfully, but these errors were encountered:
alvaropicazo
changed the title
bug(fabric): mysql commands fail during tessera deployment
bug(besu): mysql commands fail during tessera deployment
Jan 17, 2025
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:
kubectl logs 'tessera_pod' -n 'namespace_id'
and check the output. Errors while creating the users will be displayedThe text was updated successfully, but these errors were encountered: