Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
75b3505d
Commit
75b3505d
authored
Jul 08, 2020
by
Leo Antunes
Committed by
Achilleas Pipinellis
Jul 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/backup/gcs: add mention of possible SSL issue
parent
50967e64
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
doc/raketasks/backup_restore.md
doc/raketasks/backup_restore.md
+7
-1
No files found.
doc/raketasks/backup_restore.md
View file @
75b3505d
...
@@ -458,7 +458,13 @@ For Omnibus GitLab packages:
...
@@ -458,7 +458,13 @@ For Omnibus GitLab packages:
gitlab_rails
[
'backup_upload_connection'
]
=
{
gitlab_rails
[
'backup_upload_connection'
]
=
{
'provider'
=>
'Google'
,
'provider'
=>
'Google'
,
'google_storage_access_key_id'
=>
'Access Key'
,
'google_storage_access_key_id'
=>
'Access Key'
,
'google_storage_secret_access_key'
=>
'Secret'
'google_storage_secret_access_key'
=>
'Secret'
,
## If you have CNAME buckets (foo.example.com), you might run into SSL issues
## when uploading backups ("hostname foo.example.com.storage.googleapis.com
## does not match the server certificate"). In that case, uncomnent the following
## setting. See: https://github.com/fog/fog/issues/2834
#'path_style' => true
}
}
gitlab_rails
[
'backup_upload_remote_directory'
]
=
'my.google.bucket'
gitlab_rails
[
'backup_upload_remote_directory'
]
=
'my.google.bucket'
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment