missing entrypoint.postgres.sh #25

Closed
opened 2026-04-15 09:42:59 +00:00 by rscmbbng · 2 comments
Owner

Hello! Unfortunately the postgres image for the service I am maintaining is at 17 and this image moved to 18.

The handbook warns against upgrading ps images unless conditions are met.

To check if a recipe can handle upgrades:

    Check whether the recipe is using the pgautoupgrade image.
    Check whether the recipe contains a custom postgres entrypoint, entrypoint.postgres.sh.

If neither #1 nor #2 is true, do not include a "major" postgres upgrade in a recipe upgrade.

We have 1 but not 2, and now that we've crossed the bridge we need to add 2

However, I'm not fluent enough with coop-cloud and abra to attempt adding 2 myself.

I see the outline image has an example that could be the base https://git.coopcloud.tech/coop-cloud/outline/src/branch/main/entrypoint.postgres.sh.tmpl

Can anyone assist with this?

Hello! Unfortunately the postgres image for the service I am maintaining is at 17 and this image moved to 18. The handbook [warns against upgrading ps images unless conditions are met](https://docs.coopcloud.tech/maintainers/handbook/#postgres). ``` To check if a recipe can handle upgrades: Check whether the recipe is using the pgautoupgrade image. Check whether the recipe contains a custom postgres entrypoint, entrypoint.postgres.sh. If neither #1 nor #2 is true, do not include a "major" postgres upgrade in a recipe upgrade. ``` We have 1 but not 2, and now that we've crossed the bridge we need to add 2 However, I'm not fluent enough with coop-cloud and abra to attempt adding 2 myself. I see the outline image has an example that could be the base https://git.coopcloud.tech/coop-cloud/outline/src/branch/main/entrypoint.postgres.sh.tmpl Can anyone assist with this?
Author
Owner
Additional docs on the peertube side: https://docs.joinpeertube.org/install/docker#upgrade-postgresql-container
Author
Owner

Apparently upgrading the postgres image without the entry point just works..

Apparently upgrading the postgres image without the entry point just works..
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/peertube#25