More explanation about moving DB secrets
This commit is contained in:
parent
23fa5d7d9e
commit
29bb3b5215
1 changed files with 5 additions and 1 deletions
|
@ -116,7 +116,11 @@ sudo -u gitlab_ci -H bundle exec whenever --clear-crontab
|
||||||
|
|
||||||
### Moving data
|
### 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
|
# CI server
|
||||||
|
|
Loading…
Reference in a new issue