Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHossein Pursultani <hpursultani@gitlab.com>2019-09-10 06:44:34 +0300
committerEvan Read <eread@gitlab.com>2019-09-10 06:44:34 +0300
commit875702dfabb545eaa3eb575ae7ad12fff2179d27 (patch)
treeaf6dc66ec00d25dab34de9fb9c61e70f5440fc4f /doc/install
parentd7c1af988dd5962e9f1a526a31159ed95d03315d (diff)
Revert gitlab-backup command and add a note for it
Diffstat (limited to 'doc/install')
-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