- Joined
- Sep 7, 2022
- Messages
- 1,033
- Reaction score
- 1,013
- Cars
- Lucid Air GT-P
An hour to initialize a local database? Mind if I ask why that would be?You didn't provide the logfile of the database and it looks like this is the problem.
I don't know how fast your Qnap is, but I saw some cheap Synology need 30 minutes to init the database.
try to start from scratch.
> docker compose down
delete the content of the folder mysql. NOT the folder itself!!!
> docker compose up -d
And wait! Be patient - it may take one hour if your NAS is very slow!
You have to wait untill you can read this in your mariadb container logs:
/usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/sqlschema.sql
if that doesn't work, please send me the log of the database
I'm going to take a look at the repo if there is one, but that seems outrageous.