summaryrefslogtreecommitdiff
path: root/doc/install/aws/index.md
diff options
context:
space:
mode:
authorHossein Pursultani <hpursultani@gitlab.com>2019-08-13 10:59:50 +1000
committerHossein Pursultani <hpursultani@gitlab.com>2019-09-09 10:08:07 +1000
commit8e080834d1455e01912a406da742a1bdce0e449d (patch)
tree65d1cee1c9d448f1cedf2498e6b3050fd4cc22cc /doc/install/aws/index.md
parent54dc781a502111bda4810e528d8ef5ab49504eb9 (diff)
downloadgitlab-ce-docs-65889-gitlab-backup.tar.gz
Add notes to gitlab-backup usage on earlier versionsdocs-65889-gitlab-backup
Diffstat (limited to 'doc/install/aws/index.md')
-rw-r--r--doc/install/aws/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/install/aws/index.md b/doc/install/aws/index.md
index 358ba971049..ddf2b2fb738 100644
--- a/doc/install/aws/index.md
+++ b/doc/install/aws/index.md
@@ -613,6 +613,9 @@ To back up GitLab:
sudo gitlab-backup create
```
+NOTE: **Note**
+For GitLab 12.1 and earlier, use `gitlab-rake gitlab:backup:create`.
+
### Restoring GitLab from a backup
To restore GitLab, first review the [restore documentation](../../raketasks/backup_restore.md#restore),
@@ -631,6 +634,9 @@ released, you can update your GitLab instance:
sudo gitlab-backup create
```
+NOTE: **Note**
+For GitLab 12.1 and earlier, use `gitlab-rake gitlab:backup:create`.
+
1. Update the repositories and install GitLab:
```sh