Skip to content
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

feat: force listener to work on primary cluster #3462

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

steve-chavez
Copy link
Member

@steve-chavez steve-chavez commented Apr 30, 2024

Closes #3414

@steve-chavez
Copy link
Member Author

steve-chavez commented May 2, 2024

New problem with our way to modify the connection string, comma separated hosts:

"postgresql://host1:123,host2:456/somedb"

Are not valid URIs for parseURI. Ref #2985


While manually testing with this format:

"postgres:///postgres?host=/dir/0kN/socket_replica_24378,/dir/0kN/socket"

Adding target_session_attrs=read-write works fine for the LISTENer though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Event triggers don't work on read replicas
1 participant