Skip to content
Snippets Groups Projects
Commit 0a9f3311 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'docs-add-reconfigure-to-restore' into 'master'

Add reconfigure step to secrets restoration

See merge request gitlab-org/gitlab-ce!30617
parents 272d7fb7 557c0859
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -741,9 +741,10 @@ sudo gitlab-rake gitlab:backup:restore BACKUP=1493107454_2018_04_25_10.6.4-ce
 
Next, restore `/etc/gitlab/gitlab-secrets.json` if necessary as mentioned above.
 
Restart and check GitLab:
Reconfigure, restart and check GitLab:
 
```shell
sudo gitlab-ctl reconfigure
sudo gitlab-ctl restart
sudo gitlab-rake gitlab:check SANITIZE=true
```
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment