yobasystems / alpine-mariadb

MariaDB running on Alpine Linux [Docker]
https://hub.docker.com/r/yobasystems/alpine-mariadb/
242 stars 72 forks source link

Start fails after 9 november update #18

Closed BudBundi closed 6 years ago

BudBundi commented 6 years ago

arm32v7 image with mounted database

log is saying: /scripts/run.sh: wait: line 89: Illegal number: SQL init process failed. [i] mysqld already present, skipping creation [i] MySQL directory already present, skipping creation /scripts/run.sh: wait: line 89: Illegal number: SQL init process failed. /scripts/run.sh: ignoring /docker-entrypoint-initdb.d/*

BudBundi commented 6 years ago

I got it to run when I comment out this part:

if ! kill -s TERM "$pid" || ! wait "$pid"; then echo >&2 'MySQL init process failed.' exit 1 fi

rouing commented 6 years ago

Aye, I have same issue.

BudBundi commented 6 years ago

Not fixed with last commit now: [i] mysqld not found, creating.... [i] MySQL directory already present, skipping creation /scripts/run.sh: ignoring /docker-entrypoint-initdb.d/* /scripts/run.sh: line 92: _get_config: not found /scripts/run.sh: line 93: --skip-networking: not found SQL init process failed.

dominictayloruk commented 6 years ago

removing the pid section, needs some further analysis to work. Lets me just try and get the container back in a working state.

BudBundi commented 6 years ago

With the last update, the container start again, so I close the issue