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
b7e2acbf
Commit
b7e2acbf
authored
Jul 03, 2020
by
Aric Buerer
Committed by
Achilleas Pipinellis
Jul 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: adding a note about bypassing pgbouncer during restore
parent
07d2ebc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/raketasks/backup_restore.md
doc/raketasks/backup_restore.md
+6
-0
No files found.
doc/raketasks/backup_restore.md
View file @
b7e2acbf
...
...
@@ -820,6 +820,12 @@ If there is a GitLab version mismatch between your backup tar file and the insta
version of GitLab, the restore command will abort with an error. Install the
[
correct GitLab version
](
https://packages.gitlab.com/gitlab/
)
and try again.
NOTE:
**Note**
There is currently a
[
known issue
](
https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/3470
)
for restore not working
with
`pgbouncer`
. In order to workaround the issue, the Rails node will need to bypass
`pgbouncer`
and connect
directly to the primary database node. This can be done by setting
`gitlab_rails['db_host']`
and
`gitlab_rails['port']`
to connect to the primary database node and
[
reconfiguring GitLab
](
../administration/restart_gitlab.md#omnibus-gitlab-reconfigure
)
.
### Restore for Docker image and GitLab Helm chart installations
For GitLab installations using the Docker image or the GitLab Helm chart on
...
...
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