Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
gitlab-ce
Commits
09dbbc27
Commit
09dbbc27
authored
7 years ago
by
Alexander
Committed by
Achilleas Pipinellis
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Resolve "Simple documentation update - backup to restore in restore section"
parent
419b27eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
doc/raketasks/backup_restore.md
doc/raketasks/backup_restore.md
+12
-2
No files found.
doc/raketasks/backup_restore.md
View file @
09dbbc27
...
...
@@ -370,7 +370,7 @@ This is recommended to reduce cron spam.
## Restore
GitLab provides a simple command line interface to
backup
your whole installation,
GitLab provides a simple command line interface to
restore
your whole installation,
and is flexible enough to fit your needs.
The
[
restore prerequisites section
](
#restore-prerequisites
)
includes crucial
...
...
@@ -445,6 +445,14 @@ Restoring repositories:
Deleting tmp directories...[DONE]
```
Next, restore
`/home/git/gitlab/.secret`
if necessary as mentioned above.
Restart GitLab:
```
shell
sudo
service gitlab restart
```
### Restore for Omnibus installations
This procedure assumes that:
...
...
@@ -480,10 +488,12 @@ restore:
sudo
gitlab-rake gitlab:backup:restore
BACKUP
=
1493107454_2017_04_25_9.1.0
```
Next, restore
`/etc/gitlab/gitlab-secrets.json`
if necessary as mentioned above.
Restart and check GitLab:
```
shell
sudo
gitlab-ctl start
sudo
gitlab-ctl
re
start
sudo
gitlab-rake gitlab:check
SANITIZE
=
true
```
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment