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
01033bfe
Commit
01033bfe
authored
Aug 19, 2021
by
Catalin Irimie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify Geo Object Storage possibilities in docs
parent
1ad294be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
doc/administration/geo/replication/object_storage.md
doc/administration/geo/replication/object_storage.md
+9
-5
No files found.
doc/administration/geo/replication/object_storage.md
View file @
01033bfe
...
...
@@ -9,15 +9,19 @@ type: howto
Geo can be used in combination with Object Storage (AWS S3, or other compatible object storage).
The storage method for files is recorded in the database, and the database is replicated
from the
**primary**
Geo site to the
**secondary**
Geo site, so the
**secondary**
Geo site
must match the storage method of the
**primary**
Geo site.
Therefore, if the
**primary**
Geo site uses object storage, the
**secondary**
Geo site must use it too.
Currently,
**secondary**
sites can use either:
-
The same storage bucket as the
**primary**
site.
-
A replicated storage bucket.
-
Local storage, if the primary uses local storage.
The storage method (local or object storage) for files is recorded in the database, and the database
is replicated from the
**primary**
Geo site to the
**secondary**
Geo site.
When accessing an uploaded object, we get its storage method (local or object storage) from the
database, so the
**secondary**
Geo site must match the storage method of the
**primary**
Geo site.
Therefore, if the
**primary**
Geo site uses object storage, the
**secondary**
Geo site must use it too.
To have:
...
...
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