Commit 37192d5e184f73feebde9f571d34c6af2bbb8f7a

Authored by Jamey J. DeOrio
1 parent 11f20576

Add more descriptive line for resolving sqlite error during check

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/tasks/gitlab/check.rake
... ... @@ -65,6 +65,7 @@ namespace :gitlab do
65 65 puts "no".green
66 66 else
67 67 puts "yes".red
  68 + puts "Please fix this by removing the SQLite entry from the database.yml".blue
68 69 for_more_information(
69 70 "https://github.com/gitlabhq/gitlabhq/wiki/Migrate-from-SQLite-to-MySQL",
70 71 see_database_guide
... ...