7 Nov
2025
7 Nov
'25
1:10 p.m.
Was getting blocked by default iptables rules. (re-)Added rule allowing, and created systemd unit file to run each time network comes up. (A recent crash / restart wiped out previous rule I hand crafted.) [Unit] Description=Add iptables rule to allow PostgreSQL replication Wants=network-online.target After=network-online.target [Service] Type=oneshot ExecStart=/home/bc_ron/iptables-allow-postgresql-replication/IPTABLES-allow-postgr> RemainAfterExit=yes [Install] WantedBy=multi-user.target