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

refactor: flag to control pg_cron setup #128

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

Conversation

sfozz
Copy link

@sfozz sfozz commented Oct 23, 2024

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.


Description

Add a EnvVar flag to disable pg_cron.

Reasons

The back story here is that we completely tear-down the DB set by the EnvVar POSTGRES_DB but this is not possible when pg_cron is enabled.

Fixes: #116

Checklist

Please check through the following before opening your PR. Thank you!

  • I have made changes to the Dockerfile.template file only
  • I have not made any manual changes to automatically generated files
  • My PR follows best practices as described in the contributing guidelines
  • (Optional, but recommended) My commits are signed

@sfozz sfozz requested a review from a team as a code owner October 23, 2024 09:15
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.

Feature Request: pg_cron configurable OR provide an image without it
1 participant