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
13b50be1
Commit
13b50be1
authored
Oct 30, 2020
by
Nick Nguyen
Committed by
Amy Qualls
Oct 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add PgBouncer note to node demotion instructions
parent
c485ec58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
doc/administration/geo/disaster_recovery/bring_primary_back.md
...dministration/geo/disaster_recovery/bring_primary_back.md
+6
-3
No files found.
doc/administration/geo/disaster_recovery/bring_primary_back.md
View file @
13b50be1
...
@@ -45,9 +45,12 @@ To bring the former **primary** node up to date:
...
@@ -45,9 +45,12 @@ To bring the former **primary** node up to date:
all the writes to this node
](
planned_failover.md#prevent-updates-to-the-primary-node
)
all the writes to this node
](
planned_failover.md#prevent-updates-to-the-primary-node
)
during this procedure.
during this procedure.
1.
[
Setup database replication
](
../setup/database.md
)
. Note that in this
1.
[
Set up database replication
](
../setup/database.md
)
. In this case, the
**secondary**
node
case,
**primary**
node refers to the current
**primary**
node, and
**secondary**
node refers to the
refers to the former
**primary**
node.
former
**primary**
node.
1.
If
[
PgBouncer
](
../../postgresql/pgbouncer.md
)
was enabled on the
**current secondary**
node
(when it was a primary node) disable it by editing
`/etc/gitlab/gitlab.rb`
and running
`sudo gitlab-ctl reconfigure`
.
1.
You can then set up database replication on the
**secondary**
node.
If you have lost your original
**primary**
node, follow the
If you have lost your original
**primary**
node, follow the
[
setup instructions
](
../setup/index.md
)
to set up a new
**secondary**
node.
[
setup instructions
](
../setup/index.md
)
to set up a new
**secondary**
node.
...
...
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