diff options
author | Hossein Pursultani <hpursultani@gitlab.com> | 2019-08-13 10:59:50 +1000 |
---|---|---|
committer | Hossein Pursultani <hpursultani@gitlab.com> | 2019-09-09 10:08:07 +1000 |
commit | 8e080834d1455e01912a406da742a1bdce0e449d (patch) | |
tree | 65d1cee1c9d448f1cedf2498e6b3050fd4cc22cc /doc/install/aws/index.md | |
parent | 54dc781a502111bda4810e528d8ef5ab49504eb9 (diff) | |
download | gitlab-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.md | 6 |
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 |