-
Notifications
You must be signed in to change notification settings - Fork 174
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
Unknown database adapter "mysql2"
found in config/database.yml, use Gemfile.local to load your own database gems
#353
Comments
This is due to a recent upstream change regarding the parsing of the |
Workaround, remove " in config/database.yml: Change
to
|
I've tried mounting my own external To fix this properly the entrypoint.sh script needs to not quote the adapter variable as it writes the database.yml file. |
Having the same issue when trying to update to v6. |
I spent some time trying to get a corrected yml mounted for the container and never got it to read it. This is major fumble for Redmine. I know it's due to a "up the chain" issue but it's like it wasn't even tested. I'm not sure what database changes there have been made so I'm not in a rush to downgrade but currently it can't run so I guess nothing vs something? Really disappointed in Redmine for letting this hit us. |
@LeeThompson |
Since 5.1.5 the container won't start. I guess the reason are the changes in the Gemfile:58 for the adapters.
5.1.4 works just fine with the same docker run command.
docker run command
Error log
The text was updated successfully, but these errors were encountered: