Upgrade from 3.0 to 5.1
Created by: grivaldu
Hi, im trying to do update from 3.0 to 5.1. I have tried direct upgrade and also going step by step. In both cases i keep failing on command:
$ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production rake aborted! Please install the sqlite3 adapter: `gem install activerecord-sqlite3-adapter (sqlite3 is not part of the bundle. Add it to Gemfile.)
When im doing step by step upgrade it fails when upgrading to 4.0.
Can you please let me know whats the best fastest way to perform this update?
BTW: i have tried bundle --without sqlite mentioned in issue #2046 (closed) but it fails anyway
Thanks