From 8e080834d1455e01912a406da742a1bdce0e449d Mon Sep 17 00:00:00 2001 From: Hossein Pursultani Date: Tue, 13 Aug 2019 10:59:50 +1000 Subject: Add notes to gitlab-backup usage on earlier versions --- doc/install/aws/index.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/install/aws') 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 -- cgit v1.2.1