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

patroni_replication_username in hba #828

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

allig4t0r
Copy link
Contributor

@allig4t0r allig4t0r commented Dec 6, 2024

Across many versions there is such line in postgresql_pg_hba:
- { type: "local", database: "replication", user: "{{ patroni_superuser_username }}", address: "", method: "trust" }

I assume it's a typo and it needs to be:
- { type: "local", database: "replication", user: "{{ patroni_replication_username }}", address: "", method: "trust" }

This is the only critical place as far as I can see but I'd highly suggest to double-check me.

@vitabaks
Copy link
Owner

vitabaks commented Dec 6, 2024

Thanks @allig4t0r

@vitabaks vitabaks merged commit ef2673c into vitabaks:master Dec 6, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants