I followed the instructions of this tutorial: https://www.digitalocean.com/community/articles/how-to-use-the-dokku-one-click-digitalocean-image-to-run-a-ruby-on-rails-app
I installed the MariaDB plugin for Dokku since I’m using MySQL with my app (mostly because I love Sequel Pro). When I get near the end of that tutorial, and I do:
dokku run app rake db:migrate
I get this error:
rake aborted!
Specified ‘mysql’ for database adapter, but the gem is not loaded. Add gem 'mysql' to your Gemfile.
(Full error message here: http://d.pr/n/Z5Iy)
As I understand it, Dokku takes care of the database behind the scenes, and there’s no actual Gemfile to edit on the server. My local Rails environment is using ‘mysql2’ in my Gemfile, so it seems there’s some kind of conflict.
Has anyone been able to get MariaDB running on your Dokku droplet? Any idea how I can fix this error? I’ve tried ‘gem install mysql’ to no avail.
Thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
The correct adapter to use is mysql2 <br> <br>Make sure that in your database.yml file you have specified mysql2 as the adapter for all your environments.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.