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
Merge request reports
Activity
Created by: tarakanbg
Will you be adding some mysql specific SQL syntax or data types that will enforce the migration to mysql, or will this remain optional for users that don't care much about scalability and locking issues and will prefer to remain on sqlite and not to take the server performance tradeoff that mysql imposes?
By Administrator on 2012-03-07T13:39:45 (imported from GitLab project)
By Administrator on 2012-03-07T13:39:45 (imported from GitLab)
Please register or sign in to reply