Can't upgrade 3.1 using MySQL
Created by: jbrooksuk
I've followed the upgrade guidelines for upgrading from 3.0 to 3.1 however I get the following error:
An error occurred while installing sqlite3 (1.3.6), and Bundler cannot continue.
Make sure that `gem install sqlite3 -v '1.3.6'` succeeds before bundling.
Running bundle install
or even gem install sqlite3 -v '1.3.6'
achieves nothing. I'm not even using SQLite, but MySQL.
Now, because of this error, GitLab won't start. What to do?