oVirt / ovirt-engine

The oVirt Engine virtualization manager
Other
519 stars 271 forks source link

ovirt-engine dev environment uses downlevel postgres db #965

Closed gocallag closed 1 month ago

gocallag commented 2 months ago

Affected version

main branch (4.5.6)

IMPORTANT!: oVirt prior to 4.5 reached end of life. If you have an issue on an older version please upgrade to latest stable release before opening an issue.

Describe the bug

When using devcontainer environment + docker compose you get the following as the docker compose is using 13.14 whereas the client in ovirt-engine is 13.16.

[ ERROR ] Postgresql client version is '13.16', whereas the version on 'ovirt-postgres' is '13.14 (Debian 13.14-1.pgdg120+2)'. Please use a PostgreSQL server of version '13.16'. Please note the following required changes in postgresql.conf on 'ovirt-postgres':

To reproduce

Follow the Developer build instructions

Expected behavior

The developer build should not have compatibility issues

Screenshots

If applicable, add screenshots to help explain your problem

Additional context

Add any other context about the problem here

gocallag commented 2 months ago

PR raised to resolve

gocallag commented 1 month ago

Closed with PR