Move DO spaces troubleshooting to DO spaces section

This commit is contained in:
Achilleas Pipinellis 2018-06-27 10:40:34 +02:00
parent bed71f1dd9
commit bfd23a5eca
No known key found for this signature in database
GPG Key ID: A0996FBD3E92C17B
1 changed files with 6 additions and 7 deletions

View File

@ -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.