diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-03 21:09:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-03 21:09:31 +0000 |
commit | e173695d9b82004006cb5096d3fd8bb6c77069f5 (patch) | |
tree | 427d76ae2e6e43bbd99cbca5166e8809dbb17038 /doc/raketasks | |
parent | 782f2505315c3c66e524f3365827fce341527eb1 (diff) | |
download | gitlab-ce-e173695d9b82004006cb5096d3fd8bb6c77069f5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/backup_restore.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index 79622fdcfd7..79188b01a83 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -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 |