We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Now mysql is officially supported by gitlabhq. Follow next steps to migrate to mysql from sqlite
bundle exec rake db:data:dump RAILS_ENV=production
bundle exec rake db:setup RAILS_ENV=production
bundle exec rake db:data:load RAILS_ENV=production