Commit 29bb3b52 authored by Jacob Vosmaer's avatar Jacob Vosmaer

More explanation about moving DB secrets

parent 23fa5d7d
......@@ -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
......
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