This message was deleted.
# puppet
s
This message was deleted.
c
I'm on open source puppet DB 8.0.1. Here is what I did before I backed it out because of the module wanting to change
pg_hba.conf
to invalid syntax. 1. install PostgreSQL 14 package after modifying yum repo 2. Initialize DB:
/usr/pgsql-14/bin/initdb -D '/var/lib/pgsql/14/data'
3. Copy
server.crt
and
server.key
from
~/11/data
4. Copy
*.conf
from
~/11/data
5. modify
data_directory
,
ssl_cert_file
and
ssl_key_file
paths in
postgresql.conf
6. modify
clientcert=1
to
clientcert=verify-full
in
pg_hba.conf
7. Upgrade database:
/usr/pgsql-14/bin/pg_upgrade -d 11/data -D 14/data -b /usr/pgsql-11/bin -B /usr/pgsql-14/bin
b
@austb is that something you you've information to share?
✔️ 1
k
it needs some attention to the pull requests, that is for sure https://github.com/puppetlabs/puppetlabs-puppetdb/pulls
c
Any love for PostgreSQL 14?