Commit acaf297846907bff096dcbd71d6665ac6d4b8abc
Exists in
spb-stable
and in
3 other branches
Merge pull request #5993 from DarkHorseComics/bypass-commented-sqlite
Explain what to do about legacy sqlite in database.yml
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/tasks/gitlab/check.rake
@@ -66,6 +66,7 @@ namespace :gitlab do | @@ -66,6 +66,7 @@ namespace :gitlab do | ||
66 | puts "no".green | 66 | puts "no".green |
67 | else | 67 | else |
68 | puts "yes".red | 68 | puts "yes".red |
69 | + puts "Please fix this by removing the SQLite entry from the database.yml".blue | ||
69 | for_more_information( | 70 | for_more_information( |
70 | "https://github.com/gitlabhq/gitlabhq/wiki/Migrate-from-SQLite-to-MySQL", | 71 | "https://github.com/gitlabhq/gitlabhq/wiki/Migrate-from-SQLite-to-MySQL", |
71 | see_database_guide | 72 | see_database_guide |