The docker containers in the development branch either do not work properly or the documentation is lacking.
When I run either the 4.3.0 or 4.2.0 dockers, the MySQL container refuses to communicate with core systems, only logging bad handshake for each tried connection.
It's the same in both the secure and insecure modes.
I tried both following the instructions by copying the create_empty_arrowhead_db.sql into the docker/ directory, by running the initSQL.sh script, and both. The instructions mention database initialization scripts but only one script by name. Though this might just be the documentation lagging behind the implementation.
The docker containers in the development branch either do not work properly or the documentation is lacking.
When I run either the 4.3.0 or 4.2.0 dockers, the MySQL container refuses to communicate with core systems, only logging
bad handshakefor each tried connection.It's the same in both the secure and insecure modes.
I tried both following the instructions by copying the
create_empty_arrowhead_db.sqlinto thedocker/directory, by running theinitSQL.shscript, and both. The instructions mentiondatabase initialization scriptsbut only one script by name. Though this might just be the documentation lagging behind the implementation.