-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ask] how to determine max_wal_senders #51
Comments
We need to add this as a config setting. I'll take a look int it next week (unless you'd like to submit a PR before then). |
https://hexdocs.pm/postgrex/Postgrex.ReplicationConnection.html#module-logical-replication I think this might just be a database setting, I'll dive in deeper next week. |
aight thx, i got a hunch my connection restarting somewhere in the middle.. gotta monitor next try using pg_stat_replication |
im getting error
[25360]:FATAL: number of requested standby connections exceeds max_wal_senders (currently 25)
while replicating my production dbmy db currently on RDS and have 2 slave
how to determin max_wal_senders to avoid getting this error?
The text was updated successfully, but these errors were encountered: