How To migrate some different database schemas between a backup and newest version?
Created by: leecade
@Razer6 I have a backup from pre-version (https://github.com/gitlabhq/gitlabhq/commit/0b00b3dac3ec31924dae821c0fccc08598161762) can't update to 7-2-stable and keep the old comments in MR.
I know this is because some different database schemas between these versions, and few people have such case.
Is there a simple way to solve the problem like run a migrate script or checkout some version and run bundle exec rake db:schema:load?
thanks.