Commit 37192d5e184f73feebde9f571d34c6af2bbb8f7a
1 parent
11f20576
Exists in
spb-stable
and in
3 other branches
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,6 +65,7 @@ namespace :gitlab do | ||
65 | puts "no".green | 65 | puts "no".green |
66 | else | 66 | else |
67 | puts "yes".red | 67 | puts "yes".red |
68 | + puts "Please fix this by removing the SQLite entry from the database.yml".blue | ||
68 | for_more_information( | 69 | for_more_information( |
69 | "https://github.com/gitlabhq/gitlabhq/wiki/Migrate-from-SQLite-to-MySQL", | 70 | "https://github.com/gitlabhq/gitlabhq/wiki/Migrate-from-SQLite-to-MySQL", |
70 | see_database_guide | 71 | see_database_guide |