Skip to content

Fix restore warning message

Drew Blessing requested to merge dblessing/gitlab-ce:fix_restore_warning into master

What does this MR do?

Fix the restore Rake task so it properly outputs the database warning. This is a pretty important warning and it was not even being output. After this fix, the output looks like the screenshot below.

Screen_Shot_2016-06-28_at_3.53.46_PM

Merge request reports