From 3c88ad724302e31b020f495595e12259c284b794 Mon Sep 17 00:00:00 2001 From: Hossein Pursultani Date: Wed, 7 Aug 2019 09:14:52 +1000 Subject: Change gitlab-rake to gitlab-backup for backup and restore tasks --- doc/install/aws/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/install/aws') 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: -- cgit v1.2.1