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
515a9f7b
Commit
515a9f7b
authored
Sep 21, 2020
by
Nick Nguyen
Committed by
Achilleas Pipinellis
Sep 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add seed project issue to Geo troubleshooting docs
parent
2aac325b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
doc/administration/geo/replication/troubleshooting.md
doc/administration/geo/replication/troubleshooting.md
+9
-0
doc/administration/geo/setup/database.md
doc/administration/geo/setup/database.md
+5
-0
No files found.
doc/administration/geo/replication/troubleshooting.md
View file @
515a9f7b
...
...
@@ -386,6 +386,15 @@ This happens when you have added IP addresses without a subnet mask in `postgres
To fix this, add the subnet mask in
`/etc/gitlab/gitlab.rb`
under
`postgresql['md5_auth_cidr_addresses']`
to respect the CIDR format (i.e.
`1.2.3.4/32`
).
### Message: `Found data in the gitlabhq_production database!` when running `gitlab-ctl replicate-geo-database`
This happens if data is detected in the
`projects`
table. When one or more projects are detected, the operation
is aborted to prevent accidental data loss. To bypass this message, pass the
`--force`
option to the command.
In GitLab 13.4, a seed project is added when GitLab is first installed. This makes it necessary to pass
`--force`
even
on a new Geo secondary node. There is an
[
issue to account for seed projects
](
https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5618
)
when checking the database.
### Very large repositories never successfully synchronize on the **secondary** node
GitLab places a timeout on all repository clones, including project imports
...
...
doc/administration/geo/setup/database.md
View file @
515a9f7b
...
...
@@ -433,6 +433,11 @@ data before running `pg_basebackup`.
NOTE:
**Note:**
Replication slot names must only contain lowercase letters, numbers, and the underscore character.
NOTE:
**Note:**
In GitLab 13.4, a seed project is added when GitLab is first installed. This makes it necessary to pass
`--force`
even
on a new Geo secondary node. There is an
[
issue to account for seed projects
](
https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5618
)
when checking the database.
When prompted, enter the _plaintext_ password you set up for the
`gitlab_replicator`
user in the first step.
...
...
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