We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: We also welcome PRs to fix bugs! This helps us take action faster where a bug has been identified!
For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.
This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.
Describe the bug POSTGRES_DB and the sample circle_test db in custom-postgresql.conf should be set to a variable, not hard coded as circle_test.
circle_test
this would also apply to other options like listen addresses and shared_preload_libraries
As a result, even setting POSTGRES_DB to something, would not enable an extension like pg_cron, because it would only be enabled for circle_test
something
Expected behavior changing POSTGRES_DB should also affect cron.database_name
Workarounds editing the custom-postgresql.conf manually
Screenshots and Build Links If possible, add screenshots and links to jobs to help explain your problem.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note: We also welcome PRs to fix bugs! This helps us take action faster where a bug has been identified!
For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.
This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.
Describe the bug
POSTGRES_DB and the sample
circle_test
db in custom-postgresql.conf should be set to a variable, not hard coded as circle_test.this would also apply to other options like listen addresses and shared_preload_libraries
As a result, even setting POSTGRES_DB to
something
, would not enable an extension like pg_cron, because it would only be enabled for circle_testExpected behavior
changing POSTGRES_DB should also affect cron.database_name
Workarounds
editing the custom-postgresql.conf manually
Screenshots and Build Links
If possible, add screenshots and links to jobs to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: