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
3f2f06a3
Commit
3f2f06a3
authored
Jun 18, 2021
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Gitaly and Gitaly Cluster troubleshooting to separate page
parent
95af2964
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
378 additions
and
368 deletions
+378
-368
doc/administration/gitaly/faq.md
doc/administration/gitaly/faq.md
+3
-2
doc/administration/gitaly/index.md
doc/administration/gitaly/index.md
+0
-363
doc/administration/gitaly/praefect.md
doc/administration/gitaly/praefect.md
+2
-2
doc/administration/gitaly/troubleshooting.md
doc/administration/gitaly/troubleshooting.md
+372
-0
doc/administration/reference_architectures/troubleshooting.md
...administration/reference_architectures/troubleshooting.md
+1
-1
No files found.
doc/administration/gitaly/faq.md
View file @
3f2f06a3
...
...
@@ -7,7 +7,8 @@ type: reference
# Frequently asked questions **(FREE SELF)**
The following are answers to frequently asked questions about Gitaly and Gitaly Cluster.
The following are answers to frequently asked questions about Gitaly and Gitaly Cluster. For
troubleshooting information, see
[
Troubleshooting Gitaly and Gitaly Cluster
](
troubleshooting.md
)
.
## How does Gitaly Cluster compare to Geo?
...
...
@@ -87,4 +88,4 @@ There are no special requirements. Gitaly Cluster requires PostgreSQL version 11
These tables are created per the
[
specific configuration section
](
praefect.md#postgresql
)
.
If you find you have an empty Praefect database table, see the
[
relevant troubleshooting section
](
index
.md#relation-does-not-exist-errors
)
.
[
relevant troubleshooting section
](
troubleshooting
.md#relation-does-not-exist-errors
)
.
doc/administration/gitaly/index.md
View file @
3f2f06a3
This diff is collapsed.
Click to expand it.
doc/administration/gitaly/praefect.md
View file @
3f2f06a3
...
...
@@ -170,7 +170,7 @@ node, using `psql` which is installed by Omnibus GitLab.
The database used by Praefect is now configured.
If you see Praefect database errors after configuring PostgreSQL, see
[
troubleshooting steps
](
index
.md#relation-does-not-exist-errors
)
.
[
troubleshooting steps
](
troubleshooting
.md#relation-does-not-exist-errors
)
.
#### PgBouncer
...
...
@@ -1212,7 +1212,7 @@ To migrate existing clusters:
-
If downtime is unacceptable:
1. Determine which Gitaly node is [the current primary](
index
.md#determine-primary-gitaly-node).
1. Determine which Gitaly node is [the current primary](
troubleshooting
.md#determine-primary-gitaly-node).
1. Comment out the secondary Gitaly nodes from the virtual storage's configuration in `/etc/gitlab/gitlab.rb`
on all Praefect nodes. This ensures there's only one Gitaly node configured, causing both of the election
...
...
doc/administration/gitaly/troubleshooting.md
0 → 100644
View file @
3f2f06a3
This diff is collapsed.
Click to expand it.
doc/administration/reference_architectures/troubleshooting.md
View file @
3f2f06a3
...
...
@@ -207,7 +207,7 @@ To make sure your configuration is correct:
## Troubleshooting Gitaly
For troubleshooting information, see Gitaly and Gitaly Cluster
[
troubleshooting information
](
../gitaly/
index
.md
)
.
[
troubleshooting information
](
../gitaly/
troubleshooting
.md
)
.
## Troubleshooting the GitLab Rails application
...
...
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