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:
authorAchilleas Pipinellis <axil@gitlab.com>2018-06-27 11:40:34 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-06-27 11:41:20 +0300
commitbfd23a5eca3241d76d0d9d70dfded69a99d49e9e (patch)
tree5ed0e38a37417a2dc895c0569e5d923452aeec0b /doc/raketasks
parentbed71f1dd96a36e9a7fe90743e1d88865ef6fef5 (diff)
Move DO spaces troubleshooting to DO spaces section
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/backup_restore.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md
index 8348828bfd3..dbc4f65daf8 100644
--- a/doc/raketasks/backup_restore.md
+++ b/doc/raketasks/backup_restore.md
@@ -193,10 +193,14 @@ This example can be used for a bucket in Amsterdam (AMS3).
gitlab_rails['backup_upload_remote_directory'] = 'my.s3.bucket'
```
-
-
1. [Reconfigure GitLab] for the changes to take effect
+CAUTION: **Warning:**
+If you see `400 Bad Request` by using Digital Ocean Spaces, the cause may be the
+usage of backup encryption. Remove or comment the line that
+contains `gitlab_rails['backup_encryption']` since Digital Ocean Spaces
+doesn't support encryption.
+
#### Other S3 Providers
Not all S3 providers are fully-compatible with the Fog library. For example,
@@ -694,8 +698,3 @@ For more information see similar questions on postgresql issue tracker[here](htt
[reconfigure GitLab]: ../administration/restart_gitlab.md#omnibus-gitlab-reconfigure
[restart GitLab]: ../administration/restart_gitlab.md#installations-from-source
-
-### 400 Bad Request on Digital Ocean Spaces
-
-If you see `400 Bad Request` by using Digital Ocean Spaces the cause may be the usage of `gitlab_rails['backup_encryption']`. You must remove or comment the line you contain `gitlab_rails['backup_encryption'] = '...'`.
-Digital Ocean Spaces doesn't implement encryption.