could not start WAL streaming: ERROR: replication slot "postgresql2" does not exist
Конфиг патрони
postgresql:
use_pg_rewind: true
use_slots: true
parameters:
wal_level: replica
hot_standby: "on"
max_connections: 60000
wal_keep_segments: 8
max_wal_senders: 10
max_replication_slots: 10
checkpoint_timeout: 30
Что может быть?
не настроенный хба может быть
Настроил pg_hba: # Add following lines to pg_hba.conf after running 'initdb' - host replication replicator 0.0.0.0/0 md5 - host all all 0.0.0.0/0 md5 - host replication replicator 192.168.14.4/32 md5 - host replication replicator 192.168.14.5/32 md5 - host replication replicator 192.168.14.6/32 md5
у вас не создан слот, почему ? попробуйте patronictl -c /dir/configfile.yml reinit namecluster
Обсуждают сегодня