Gitlab moved to mysql
Created by: dzaporozhets
bundle
sudo apt-get install mysql-server libmysql-ruby libmysqlclient-dev
-
bundle exec rake db:data:dump RAILS_ENV=production
-> Dump contents of Rails database to db/data.yml - Edit database.yml
bundle exec rake db:setup
-
bundle exec rake db:data:load RAILS_ENV=production
-> Load contents of db/data.yml into the database