You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new database won't be initialized if any other database already exists. Since the runner image comes with PostgreSQL 14 by default, the new version won't automatically trigger pg_createcluster for the newly installed version.
You can delete the PostgreSQL 14 cluster just before installing the new version.
pg_dropcluster 14 main --stop
It will initialize a new database when you install the new version.
Description
Unable to start postgresql on ubuntu runner.
Here is yml file -
And output -
Platforms affected
Runner images affected
Image version and build link
https://github.com/yogeshmahajan-1903/pgadmin4/actions/runs/13649033614/job/38153270401
Is it regression?
Yes.
Old
Image: ubuntu-22.04
Version: 20250209.1.0
New
Image: ubuntu-22.04
Version: 20250223.1.0
Expected behavior
PostgreSQL should start.
Actual behavior
PostgreSQL does not start.
Repro steps
The text was updated successfully, but these errors were encountered: