summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas Brousse <nicolas@pantographe.studio>2018-05-04 16:19:24 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2018-06-27 10:41:20 +0200
commitbed71f1dd96a36e9a7fe90743e1d88865ef6fef5 (patch)
treedfdf9a5e63bf35cdd5b37e3a46b7e7ea05bb33ab /doc
parent87f7597a4fb7852fc81f830158cdfd5fdec8fac4 (diff)
downloadgitlab-ce-bed71f1dd96a36e9a7fe90743e1d88865ef6fef5.tar.gz
Update DO Spaces documentation about GitLab backups
Diffstat (limited to 'doc')
-rw-r--r--doc/raketasks/backup_restore.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md
index 95221d8b6b1..8348828bfd3 100644
--- a/doc/raketasks/backup_restore.md
+++ b/doc/raketasks/backup_restore.md
@@ -193,6 +193,8 @@ 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
#### Other S3 Providers
@@ -692,3 +694,8 @@ 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.