Merge pull request #5993 from DarkHorseComics/bypass-commented-sqlite

Explain what to do about legacy sqlite in database.yml
This commit is contained in:
Jacob Vosmaer 2014-03-18 10:48:27 +01:00
commit acaf297846
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,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