From 29bb3b52156b41cca9ef6f6f729d66410f47f8ec Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 22 Sep 2015 13:52:53 +0200 Subject: [PATCH] More explanation about moving DB secrets --- doc/migrate_ci_to_ce/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md index ab69f0fde7e..1cf23649f6f 100644 --- a/doc/migrate_ci_to_ce/README.md +++ b/doc/migrate_ci_to_ce/README.md @@ -116,7 +116,11 @@ sudo -u gitlab_ci -H bundle exec whenever --clear-crontab ### Moving data -- (1) Move the database encryption key from your CI server to your GitLab server. +- (1) Move the database encryption key from your CI server to your GitLab + server. The command below will show you what you need to copy-paste to your +GitLab server. On Omnibus GitLab servers you will have to add a line to +`/etc/gitlab/gitlab.rb`. On GitLab servers installed from source you will have +to replace the contents of `/home/git/gitlab/config/secrets.yml`. ``` # CI server