Skip to content

Possible misalignment between postgres packages #75

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

Closed
fcanovai opened this issue May 12, 2025 · 0 comments · Fixed by #76
Closed

Possible misalignment between postgres packages #75

fcanovai opened this issue May 12, 2025 · 0 comments · Fixed by #76
Assignees

Comments

@fcanovai
Copy link
Contributor

fcanovai commented May 12, 2025

We need to prevent misalignment between postgres packages that can be upgraded by installing extensions. See cloudnative-pg/postgres-containers#186

@fcanovai fcanovai self-assigned this May 12, 2025
@fcanovai fcanovai changed the title Prevent misalignment between postgres packages Possible misalignment between postgres packages May 12, 2025
fcanovai added a commit to fcanovai/postgis-containers that referenced this issue May 12, 2025
When building the image, we start from a PostGIS community image. There
is a chance that newer PostgreSQL packages are released after image
release, and they could be upgraded installing extensions. We want to
prevent this scenario, as it could lead to unexpected versions in the
container image.

Closes cloudnative-pg#75

Signed-off-by: Francesco Canovai <[email protected]>
mnencia pushed a commit that referenced this issue May 12, 2025
When building the image, we start from a PostGIS community image. There
is a chance that newer PostgreSQL packages are released after image
release, and they could be upgraded installing extensions. We want to
prevent this scenario, as it could lead to unexpected versions in the
container image.

Closes #75

Signed-off-by: Francesco Canovai <[email protected]>
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 a pull request may close this issue.

1 participant