Skip to content

fix: Add --no-psqlrc to psql script invocations #902

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 25, 2021

Conversation

bartelemi
Copy link
Contributor

This flag prevents custom .psqlrc files from interfering with the db init process.

Fixes #901

This flag prevents custom .psqlrc files from interfering with the db init process
@tianon tianon merged commit dd84d6f into docker-library:master Oct 25, 2021
@tianon
Copy link
Member

tianon commented Oct 25, 2021

Great catch; thanks for the fix!

docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Oct 25, 2021
Changes:

- docker-library/postgres@dd84d6f: Merge pull request docker-library/postgres#902 from bartelemi/master
- docker-library/postgres@edce986: fix: Add --no-psqlrc to psql script invocations
NeilHanlon pushed a commit to NeilHanlon/official-images that referenced this pull request Oct 27, 2021
Changes:

- docker-library/postgres@dd84d6f: Merge pull request docker-library/postgres#902 from bartelemi/master
- docker-library/postgres@edce986: fix: Add --no-psqlrc to psql script invocations
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.

SQL queries within docker-entrypoint.sh with custom psqlrc config
2 participants