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
ad505713
Commit
ad505713
authored
Feb 07, 2020
by
Paul Okstad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Inline reconfigure instruction
parent
f8d712d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
doc/administration/gitaly/praefect.md
doc/administration/gitaly/praefect.md
+10
-2
No files found.
doc/administration/gitaly/praefect.md
View file @
ad505713
...
...
@@ -209,7 +209,11 @@ praefect['database_dbname'] = 'praefect_production'
Replace
`POSTGRESQL_SERVER_ADDRESS`
,
`PRAEFECT_EXTERNAL_TOKEN`
,
`PRAEFECT_INTERNAL_TOKEN`
,
and
`PRAEFECT_SQL_PASSWORD`
with their respective values.
Save the file and
[
reconfigure Praefect
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
.
Save the file and reconfigure Praefect:
```
shell
sudo
gitlab-ctl reconfigure
```
After you reconfigure, verify that Praefect can reach PostgreSQL:
...
...
@@ -328,7 +332,11 @@ with their respective values.
Note that the storage name used is the same as the
`praefect['virtual_storage_name']`
set
on the Praefect node.
Save your changes and
[
reconfigure GitLab
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
.
Save your changes and reconfigure GitLab:
```
shell
sudo
gitlab-ctl reconfigure
```
Run
`sudo gitlab-rake gitlab:gitaly:check`
to confirm that GitLab can reach Praefect.
...
...
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