Skip to content

Upgrade PostgreSQL from 11.1 to 16.8 - #824

Open
atharva-vaish240 wants to merge 1 commit into
hyperledger-cello:mainfrom
atharva-vaish240:PostgreSQL-update
Open

Upgrade PostgreSQL from 11.1 to 16.8#824
atharva-vaish240 wants to merge 1 commit into
hyperledger-cello:mainfrom
atharva-vaish240:PostgreSQL-update

Conversation

@atharva-vaish240

Copy link
Copy Markdown

Description

Upgrades the PostgreSQL image used by the local development environment from postgres:11.1 to postgres:16.8.

PostgreSQL 11 has reached end of life and no longer receives security updates. The new version is pinned to a specific minor release to keep the development environment reproducible.

Fixes #791

Verification

  • Update the image tag in docker-compose.dev.yaml
image
  • Run make local and confirm the API engine connects successfully
image
  • Run existing tests with make check-api and confirm no regressions
image

@yeasy
@snehanair-486

@atharva-vaish240
atharva-vaish240 requested a review from a team as a code owner July 30, 2026 21:52
@YoungHypo

Copy link
Copy Markdown
Member

I re-triggered the CI, still failed. Please check it.

Signed-off-by: Atharva Vaish <atharva.vaish240@gmail.com>
@atharva-vaish240

atharva-vaish240 commented Aug 1, 2026

Copy link
Copy Markdown
Author

My branch accidentally included an unrelated Makefile change. I've removed it, fixed the commit, and pushed the updated branch.

I had also verified the PostgreSQL upgrade on a local environment:

make local completed successfully.
PostgreSQL 16.8 started successfully.
make check-api passed on a clean setup.

Kindly re-trigger the CI

If the CI still fails -
From the logs, the first failure is POST /api/v1/nodes returning HTTP 500; the later channel/chaincode failures is a result of it.
Since the PostgreSQL upgrade passes local verification on a clean environment, I'm investigating whether the CI failure is related to the API/Fabric integration rather than the PostgreSQL image change.
@YoungHypo

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.

Upgrade PostgreSQL from EOL version 11.1 to a supported release

2 participants