Gitlab moved to mysql
There are merge conflicts
The comparison view may be inaccurate due to merge conflicts.
Resolve these conflicts or ask someone with write access to this repository to merge it locally.
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.ymlbundle exec rake db:setup
bundle exec rake db:data:load RAILS_ENV=production
-> Load contents of db/data.yml into the databaseThe comparison view may be inaccurate due to merge conflicts.
Resolve these conflicts or ask someone with write access to this repository to merge it locally.