From 37192d5e184f73feebde9f571d34c6af2bbb8f7a Mon Sep 17 00:00:00 2001 From: "Jamey J. DeOrio" Date: Mon, 6 Jan 2014 10:36:34 -0800 Subject: Add more descriptive line for resolving sqlite error during check --- lib/tasks/gitlab/check.rake | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake index c2e6cd1be78..054f1c72589 100644 --- a/lib/tasks/gitlab/check.rake +++ b/lib/tasks/gitlab/check.rake @@ -65,6 +65,7 @@ namespace :gitlab do puts "no".green else puts "yes".red + puts "Please fix this by removing the SQLite entry from the database.yml".blue for_more_information( "https://github.com/gitlabhq/gitlabhq/wiki/Migrate-from-SQLite-to-MySQL", see_database_guide -- cgit v1.2.1