summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJamey J. DeOrio <jameyd@darkhorse.com>2014-01-06 10:36:34 -0800
committerJamey J. DeOrio <jameyd@darkhorse.com>2014-03-17 09:43:27 -0700
commit37192d5e184f73feebde9f571d34c6af2bbb8f7a (patch)
tree9f468f708fcda10378e6586faf80fe7467feae16 /lib
parent11f20576e9d236fb0ed2f6882364b10589c37292 (diff)
downloadgitlab-ce-37192d5e184f73feebde9f571d34c6af2bbb8f7a.tar.gz
Add more descriptive line for resolving sqlite error during check
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/check.rake1
1 files changed, 1 insertions, 0 deletions
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