Cannot run program "pg_dump" when upgrading cloudbeaver-ce from 25.2.1 to 25.2.2 #1010

Open
opened 2026-03-04 11:32:46 -05:00 by deekerman · 0 comments
Owner

Originally created by @nickramos94 on GitHub (Oct 16, 2025).

Originally assigned to: @HocKu7, @EvgeniaBzzz on GitHub.

Description

Hi everyone,

I have tried to upgrade our Cloudbeaver-ce that we are running on Red Hat Openshift for testing purposes from v25.2.1 to v25.2.2 but the main container fails to load because it can't manage to perform the backup of its database. The previous version had been running fine with no issues.

... 16-10-2025 09:36:39.151 [main] DEBUG i.c.service.security.db.CBDatabase - Initiate connection pool with management database (PostgreSQL; jdbc:postgresql://postgres:5432/cloudbeaver) 16-10-2025 09:36:39.346 [main] INFO o.j.d.e.p.b.JDBCDatabasePostgresBackupHandler - Command started: pg_dump cloudbeaver --host postgres --port 5432 --blobs --verbose --file /opt/cloudbeaver/workspace/backup/cloudbeaver_backup_version_cb25.zip --schema cb 16-10-2025 09:36:39.348 [main] ERROR o.j.d.e.p.b.JDBCDatabasePostgresBackupHandler - Create backup is failed: Cannot run program "pg_dump": error=2, No such file or directory 16-10-2025 09:36:39.348 [main] WARN o.j.d.m.sql.schema.SQLSchemaManager - CB_CE migration has been rolled back 16-10-2025 09:36:39.349 [main] ERROR io.cloudbeaver.server.CBApplication - Error initializing database org.jkiss.dbeaver.DBException: Error updating management database schema ....

I imagine that the pg_dump is already present in the cloudbeaver:25.2.2 image.

Steps to reproduce

  1. I have set the imageTag variable value as "25.2.2" in the values.yaml file of Cloudbeaver's Helm chart
  2. Pushed the new chart to OpenShift
  3. The previous container gets deleted and the updated one gets created but fails to start

Here is the container's log
cloudbeaver.log

Expected/Desired Behavior

For Cloudbeaver to start normally

CloudBeaver Version

25.2.1

Additional context

Red Hat Openshift 4.19.13

Originally created by @nickramos94 on GitHub (Oct 16, 2025). Originally assigned to: @HocKu7, @EvgeniaBzzz on GitHub. ### Description Hi everyone, I have tried to upgrade our Cloudbeaver-ce that we are running on Red Hat Openshift for testing purposes from v25.2.1 to v25.2.2 but the main container fails to load because it can't manage to perform the backup of its database. The previous version had been running fine with no issues. ` ... 16-10-2025 09:36:39.151 [main] DEBUG i.c.service.security.db.CBDatabase - Initiate connection pool with management database (PostgreSQL; jdbc:postgresql://postgres:5432/cloudbeaver) 16-10-2025 09:36:39.346 [main] INFO o.j.d.e.p.b.JDBCDatabasePostgresBackupHandler - Command started: pg_dump cloudbeaver --host postgres --port 5432 --blobs --verbose --file /opt/cloudbeaver/workspace/backup/cloudbeaver_backup_version_cb25.zip --schema cb 16-10-2025 09:36:39.348 [main] ERROR o.j.d.e.p.b.JDBCDatabasePostgresBackupHandler - Create backup is failed: Cannot run program "pg_dump": error=2, No such file or directory 16-10-2025 09:36:39.348 [main] WARN o.j.d.m.sql.schema.SQLSchemaManager - CB_CE migration has been rolled back 16-10-2025 09:36:39.349 [main] ERROR io.cloudbeaver.server.CBApplication - Error initializing database org.jkiss.dbeaver.DBException: Error updating management database schema .... ` I imagine that the pg_dump is already present in the cloudbeaver:25.2.2 image. ### Steps to reproduce 1. I have set the _imageTag_ variable value as "25.2.2" in the _values.yaml_ file of Cloudbeaver's Helm chart 2. Pushed the new chart to OpenShift 3. The previous container gets deleted and the updated one gets created but fails to start Here is the container's log [cloudbeaver.log](https://github.com/user-attachments/files/22946129/cloudbeaver.log) ### Expected/Desired Behavior For Cloudbeaver to start normally ### CloudBeaver Version 25.2.1 ### Additional context Red Hat Openshift 4.19.13
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1010
No description provided.