yobasystems / alpine-mariadb

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

Fix the broken import of .sql and .sql.gz seed files during database init #68

Closed stevecomrie closed 1 year ago

stevecomrie commented 1 year ago

The code responsible for processing .sql and .sql.gz files mounted to /docker-entrypoint-initdb.d does not work.

This PR fixes that process with these steps during the DB init phase of run.sh

Currently open issues that will be resolved by this PR: