Database wiped clean after running db:migrate
Created by: keith9820
The GitlLab MySQL database has been wiped clean, seemingly after running the db:migrate rake task.
bundle exec rake db:migrate RAILS_ENV=production
Is that possible? Where can I find the script that executes the db:migrate task?
If this is indeed the reason for all data being deleted, I suggest some sort of warning to prevent against accidental deletion.