Commit 37192d5e authored by Jamey J. DeOrio's avatar Jamey J. DeOrio

Add more descriptive line for resolving sqlite error during check

parent 11f20576
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment