mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
puppet: Install the same version of postgres-client as the server.
We require a `pg_dump` whose version matches the version of the server
we are configured against (see 3a8b4b0205). Installing the latest
`postgresql-client` does not guarantee that we have such a binary
present.
This commit is contained in:
committed by
Tim Abbott
parent
6ad777c86f
commit
23504308fb
@@ -48,6 +48,14 @@ PostgreSQL documentation):
|
||||
overhead. I want to be sure that I connect to a server I trust,
|
||||
and that it's the one I specify.
|
||||
|
||||
Set the remote server's PostgreSQL version in `/etc/zulip/zulip.conf`:
|
||||
|
||||
```ini
|
||||
[postgresql]
|
||||
# Set this to match the version running on your remote PostgreSQL server
|
||||
version = 16
|
||||
```
|
||||
|
||||
Then you should specify the password of the user zulip for the
|
||||
database in /etc/zulip/zulip-secrets.conf:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user