Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-03-18 13:48:27 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-03-18 13:48:27 +0400
commitacaf297846907bff096dcbd71d6665ac6d4b8abc (patch)
tree1ddbd929df1d8d10590d542eeb9e72eb93ab784c /lib
parent8fa53ce43dff48a3e282460c9f9f40dbdfee6e12 (diff)
parent37192d5e184f73feebde9f571d34c6af2bbb8f7a (diff)
Merge pull request #5993 from DarkHorseComics/bypass-commented-sqlite
Explain what to do about legacy sqlite in database.yml
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/check.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index 64ff7330d77..d4d5e48ce3f 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -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