summaryrefslogtreecommitdiff
path: root/doc/raketasks
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-01 12:08:40 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-01 12:08:40 +0000
commit52522f10237f685c2535e6511d632bacdc7f6a78 (patch)
tree9a41894e03547bda99116c0789004ef1e1c11e6c /doc/raketasks
parent301f94cc9b9de6ea11e4c1e515aa772c3e468a67 (diff)
downloadgitlab-ce-52522f10237f685c2535e6511d632bacdc7f6a78.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, 1 insertions, 4 deletions
diff --git a/doc/raketasks/backup_gitlab.md b/doc/raketasks/backup_gitlab.md
index d63ef61a99f..af905bdd953 100644
--- a/doc/raketasks/backup_gitlab.md
+++ b/doc/raketasks/backup_gitlab.md
@@ -411,12 +411,9 @@ You can let the backup script upload (using the [Fog library](https://fog.io/))
the `.tar` file it creates. In the following example, we use Amazon S3 for
storage, but Fog also lets you use [other storage providers](https://fog.io/storage/).
GitLab also [imports cloud drivers](https://gitlab.com/gitlab-org/gitlab/-/blob/da46c9655962df7d49caef0e2b9f6bbe88462a02/Gemfile#L113)
-for AWS, Google, OpenStack Swift, Rackspace, and Aliyun. A local driver is
+for AWS, Google, and Aliyun. A local driver is
[also available](#upload-to-locally-mounted-shares).
-NOTE:
-Support for Openstack Swift and Rackspace APIs will be removed in GitLab 15.10. See [issue #387976](https://gitlab.com/gitlab-org/gitlab/-/issues/387976) for more information.
-
[Read more about using object storage with GitLab](../administration/object_storage.md).
#### Using Amazon S3