Report this

What is the reason for this report?

Fancy New Dokku Droplet Choking on MySQL (MariaDB)

Posted on December 4, 2013

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.