BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
3fc91a35
Commit
3fc91a35
authored
Jan 11, 2017
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'backup-restore-documentation-tips' into 'master'
Add detail to backup_restore omnibus remote storage docs See merge request !8306
parents
1ff2dfa1
d0a028a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
backup_restore.md
doc/raketasks/backup_restore.md
+3
-1
No files found.
doc/raketasks/backup_restore.md
View file @
3fc91a35
...
...
@@ -94,7 +94,7 @@ In the example below we use Amazon S3 for storage, but Fog also lets you use
for AWS, Google, OpenStack Swift and Rackspace as well. A local driver is
[
also available
](
#uploading-to-locally-mounted-shares
)
.
For omnibus packages:
For omnibus packages
, add the following to
`/etc/gitlab/gitlab.rb`
:
```
ruby
gitlab_rails
[
'backup_upload_connection'
]
=
{
...
...
@@ -109,6 +109,8 @@ gitlab_rails['backup_upload_connection'] = {
gitlab_rails
[
'backup_upload_remote_directory'
]
=
'my.s3.bucket'
```
Make sure to run
`sudo gitlab-ctl reconfigure`
after editing
`/etc/gitlab/gitlab.rb`
to reflect the changes.
For installations from source:
```
yaml
...
...
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