Skip to content

feat: add PostgreSQL 18 support via Alpine edge build - #3

Merged
Franck-Patrick merged 3 commits into
mainfrom
feat/postgres-18-support
Apr 15, 2026
Merged

feat: add PostgreSQL 18 support via Alpine edge build#3
Franck-Patrick merged 3 commits into
mainfrom
feat/postgres-18-support

Conversation

@Franck-Patrick

Copy link
Copy Markdown
Collaborator

What's Changed

PostgreSQL 18 is only available in Alpine edge, which is not included in
the existing builds (3.20 and 3.21). This PR adds a new image build
targeting Alpine edge to support pg_dump/pg_restore for PostgreSQL 18.x servers.

Changes

  • Added Alpine edge build to the CI pipeline (metadata + build + attestation)
  • Updated install_db_clients.sh to accept POSTGRES_VERSION=18
  • Updated examples/version-compatibility.md to document version 18

New image tag

Users running PostgreSQL 18 should use the -alpine-edge tagged image:

ghcr.io/cloudscript-technology/dumpscript:{version}-alpine-edge

Supported versions per image

Image tag PostgreSQL versions
-alpine-3.20 14, 15, 16, 17
-alpine-3.21 15, 16, 17
-alpine-edge 16, 17, 18
@Franck-Patrick
Franck-Patrick merged commit 11bb14e into main Apr 15, 2026
@Franck-Patrick
Franck-Patrick deleted the feat/postgres-18-support branch April 15, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants