Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Add flag to prevent mysql db start up failure
Browse files Browse the repository at this point in the history
MySQL version 5.7 contains a bug that prevents start up when there are
files in the lost+found directory (which appear to get created on start
up). This issue only appears to affect the AWS deployment...
See link below for details

OHM-972
docker-library/mysql#186 (comment)
  • Loading branch information
MattyJ007 committed Mar 2, 2020
1 parent 5ae5719 commit 6bc083a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
containers:
- name: hapi-fhir-mysql
image: mysql:5.7
args:
- '--ignore-db-dir=lost+found'
env:
- name: MYSQL_DATABASE
value: hapi
Expand Down

0 comments on commit 6bc083a

Please sign in to comment.