Closed
Description
If binary logging is enabled, entrypoint.sh fails to initialize a new database because server-id is not specified. Even if you provide --server-id in your command, it is not used in the following line:
mysqld --initialize-insecure=on --datadir="$DATADIR"
Should this be modified to use "$@" instead of "mysqld", or perhaps providing an arbitrary server-id value on the command line.
Metadata
Metadata
Assignees
Labels
No labels