You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On first startup of the latest docker-compose YAML, I had an issue with rdc_db_1 not starting up due to permissions on ../logs. docker logs rdc_db_1 would show:
Initializing database
2019-04-08T13:59:32.576397Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2019-04-08T13:59:32.579022Z 0 [ERROR] Could not open file '/var/log/mysql/mysql_error.log' for error logging: Permission denied
2019-04-08T13:59:32.579040Z 0 [ERROR] Aborting
I ran chown 999.999 ../logs so the container's internal mysql user could write to the external logs directory, now everything is running fine. Let me know if you want me to update the readme.
On first startup of the latest docker-compose YAML, I had an issue with rdc_db_1 not starting up due to permissions on ../logs. docker logs rdc_db_1 would show:
I ran
chown 999.999 ../logs
so the container's internal mysql user could write to the external logs directory, now everything is running fine. Let me know if you want me to update the readme.More discussion
Really appreciate you making this repo public, thanks!
The text was updated successfully, but these errors were encountered: