CircleCI-Public / cimg-postgres

MIT License
8 stars 25 forks source link

refactor: flag to control pg_cron setup #128

Open sfozz opened 1 month ago

sfozz commented 1 month ago

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!