philpep / docker-phabricator

docker-compose configuration for running phabricator
19 stars 6 forks source link

db not starting successfully #5

Open steenbras opened 4 years ago

steenbras commented 4 years ago

I noticed that on my installation (Docker version 19.03.3, build a872fc2f86) on Ubuntu 19.10, the db container kept failing. Examining the logs showed:

[ERROR] Could not open mysql.plugin table. Some plugins may be not loaded

After some digging, I found removing the --rpm option on mysql_install_db fixed this issue. Not sure what --rpm is needed for, so will look out for further issues.

szewczykmira commented 4 years ago

Hi @steenbras did you find better solution for that?

steenbras commented 4 years ago

No - once this resolved the issue I moved on. But have had no DB issues since I posted, so did the trick for me.

szewczykmira commented 4 years ago

Well, I've just changed db image so this is another solution :)