OperationalError: (OperationalError) could not connect to server: Connection refused Is the server running on host "pgbdr.stg.phx2.fedoraproject.org" (10.5.126.193) and accepting TCP/IP connections on port 5432?
I was running staging sync script some time before, maybe the replication broke after recreating the tables?
From which server are you trying to reach this server?
So, this was caused by a big data change script being run while the initial sync was still running I think, which caused the disk to fill up with replication backlog.
Ideas for the future: - We should add replication monitoring - We should add monitoring on disk fullness - We should add monitoring on postgres status
This was caused by me messing up the setup, and this is fixed now.
Metadata Update from @puiterwijk: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)