Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Container constantly restarts #38

Closed
cerbelding opened this issue Sep 21, 2020 · 2 comments
Closed

MySQL Container constantly restarts #38

cerbelding opened this issue Sep 21, 2020 · 2 comments

Comments

@cerbelding
Copy link

When running docker-compose up -d after the configuration of .env, the MySQL-Container restarts repeatingly.

The docker logs for redcap_db contain a access error for /var/log/mysql/mysql_error.log, followed by an Abort-Message.

Docker is Running in version 19.03.12, docker-compose in version 1.26.0 on Ubuntu 20.04.1 LTS

@bill-mattingly
Copy link

I think this is a Duplicate of #11 which has to do with local log folder permissions. The fix described there should work, but I usually fix this by using a docker volume for the mysql logs by changing the .env LOGS_DIR variable to 'logs-volume'

LOGS_DIR=logs-volume
# LOGS_DIR=../logs

@123andy
Copy link
Owner

123andy commented Feb 16, 2022

Let me know if this is still an issue. I just did a new release with a lot of changes.

@123andy 123andy closed this as completed Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants