You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitLab ceases to support SQLite from v4.0 onwards. If you are still using SQLite follow these steps in order to migrate your data from SQLite to MySQL.
Update to the latest GitLab
Run bundle exec rake db:data:dump RAILS_ENV=production to extract the data currently stored in SQLite.