summaryrefslogtreecommitdiff
path: root/doc/raketasks
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-05 21:07:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-05 21:07:58 +0000
commit4ea6fb814ac418dfcb703e4bf703a8802e4a42da (patch)
tree2ce0d0bd63a90613b091e02fcee8e19fd7f5fa43 /doc/raketasks
parent08fab63f5c0053aeaa600796dace3f9cdcf99a65 (diff)
downloadgitlab-ce-4ea6fb814ac418dfcb703e4bf703a8802e4a42da.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/backup_gitlab.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/raketasks/backup_gitlab.md b/doc/raketasks/backup_gitlab.md
index af905bdd953..8d4ad788c1f 100644
--- a/doc/raketasks/backup_gitlab.md
+++ b/doc/raketasks/backup_gitlab.md
@@ -262,6 +262,11 @@ For installations from source:
sudo -u git -H bundle exec rake gitlab:backup:create SKIP=db,uploads RAILS_ENV=production
```
+`SKIP=` is also used to:
+
+- [Skip creation of the tar file](#skipping-tar-creation) (`SKIP=tar`).
+- [Skip uploading the backup to remote storage](#skip-uploading-backups-to-remote-storage) (`SKIP=remote`).
+
### Skipping tar creation
NOTE: