summaryrefslogtreecommitdiff
path: root/doc/install/aws/index.md
diff options
context:
space:
mode:
authorHossein Pursultani <hpursultani@gitlab.com>2019-08-07 09:14:52 +1000
committerHossein Pursultani <hpursultani@gitlab.com>2019-08-07 09:14:52 +1000
commit3c88ad724302e31b020f495595e12259c284b794 (patch)
tree6bdf8c62de107bd244c8a01dc8da6131c6c5674a /doc/install/aws/index.md
parent2fd73269ef7e7415380478fd50d8288f6899c6f6 (diff)
downloadgitlab-ce-3c88ad724302e31b020f495595e12259c284b794.tar.gz
Change gitlab-rake to gitlab-backup for backup and restore tasks62759-gitlab-backup-doc
Diffstat (limited to 'doc/install/aws/index.md')
-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: