Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-08-09 03:38:40 +0300
committerEvan Read <eread@gitlab.com>2019-08-09 03:38:40 +0300
commitd48a49059153230f8ae2d0e93c9bdd4c7636523d (patch)
treeec38e58440ac3a9f24652cd927e04ea98860b968 /doc/install
parent9283a95886ecba26bb5041cf123f14d4832acbfc (diff)
parent3c88ad724302e31b020f495595e12259c284b794 (diff)
Merge branch '62759-gitlab-backup-doc' into 'master'
Replace `gitlab-rake` with `gitlab-backup` command for backup and restore tasks See merge request gitlab-org/gitlab-ce!31555
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/aws/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/aws/index.md b/doc/install/aws/index.md
index fed3b1ca595..358ba971049 100644
--- a/doc/install/aws/index.md
+++ b/doc/install/aws/index.md
@@ -610,7 +610,7 @@ To back up GitLab:
1. Take a backup:
```sh
- sudo gitlab-rake gitlab:backup:create
+ sudo gitlab-backup create
```
### Restoring GitLab from a backup
@@ -628,7 +628,7 @@ released, you can update your GitLab instance:
1. Take a backup:
```sh
- sudo gitlab-rake gitlab:backup:create
+ sudo gitlab-backup create
```
1. Update the repositories and install GitLab: