Cannot Execute UNLISTEN During Recovery
Question:
The error message that im experiencing is coming from the Postgres .


Solution:
To resolve the issue please try adding the Additional parameter: NoResetOnClose=true
to all DB connections to the read replica databases you use.
0 comments