Commit 1485aa6c authored by Gabriel Mazetto's avatar Gabriel Mazetto Committed by Achilleas Pipinellis

Add warnings for how to handle backup with Patroni

parent e3516f9d
...@@ -73,6 +73,10 @@ WARNING: ...@@ -73,6 +73,10 @@ WARNING:
GitLab does not back up any configuration files, SSL certificates, or system GitLab does not back up any configuration files, SSL certificates, or system
files. You are highly advised to read about [storing configuration files](#storing-configuration-files). files. You are highly advised to read about [storing configuration files](#storing-configuration-files).
WARNING:
The backup command requires [additional parameters](#backup-and-restore-for-installations-using-pgbouncer) when
your installation is using PgBouncer, for either performance reasons or when using it with a Patroni cluster.
Depending on your version of GitLab, use the following command if you installed Depending on your version of GitLab, use the following command if you installed
GitLab using the Omnibus package: GitLab using the Omnibus package:
...@@ -955,8 +959,9 @@ installed version of GitLab, the restore command aborts with an error ...@@ -955,8 +959,9 @@ installed version of GitLab, the restore command aborts with an error
message. Install the [correct GitLab version](https://packages.gitlab.com/gitlab/), message. Install the [correct GitLab version](https://packages.gitlab.com/gitlab/),
and then try again. and then try again.
NOTE: WARNING:
There is a known issue with restore not working with `pgbouncer`. [Read more about backup and restore with `pgbouncer`](#backup-and-restore-for-installations-using-pgbouncer). The restore command requires [additional parameters](#backup-and-restore-for-installations-using-pgbouncer) when
your installation is using PgBouncer, for either performance reasons or when using it with a Patroni cluster.
Next, restore `/etc/gitlab/gitlab-secrets.json` if necessary, Next, restore `/etc/gitlab/gitlab-secrets.json` if necessary,
[as previously mentioned](#restore-prerequisites). [as previously mentioned](#restore-prerequisites).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment