Skip to content

postgresql: fix initdb options #190

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

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

CyberTailor
Copy link
Contributor

Space after "-A" causes the following error in PostgreSQL 17:

initdb: error: invalid authentication method " trust" for "local"
connections

Space after "-A" causes the following error in PostgreSQL 17:
> initdb: error: invalid authentication method " trust" for "local"
> connections
@tobias-urdin
Copy link
Collaborator

does -Atrust work with earlier versions of psql? i.e will we break old versions or not

@CyberTailor
Copy link
Contributor Author

It works with PostgreSQL 12 and 16, so I assume all versions inbetween should be also fine.

@tobias-urdin tobias-urdin merged commit 0f4abc1 into jd:master Oct 22, 2024
6 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