Compatibility with PostgreSQL 15 beta1 (#2299)

* update postgresql/validator.py
* pg_rewind doesn't like if there are unix sockets in PGDATA
* pg_rewind now supports --config-file option
This commit is contained in:
Alexander Kukushkin
2022-05-19 15:36:09 +02:00
committed by GitHub
parent ad3d953410
commit 729f1dddc8
7 changed files with 32 additions and 13 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ postgresql:
# Fully qualified kerberos ticket file for the running user
# same as KRB5CCNAME used by the GSS
# krb_server_keyfile: /var/spool/keytabs/postgres
unix_socket_directories: '.'
unix_socket_directories: '..' # parent directory of data_dir
basebackup:
- verbose
- max-rate: 100M