Skip to content

Fixes ISSUE-52405: Fix create.database with latest PG minor releases

Backport of 51718 change also to release/21Q3

Done as we use hard coded 21Q3 in CI for the try-upgrade job when running with PostgreSQL 14. Job is doing install.source of that 'older' version to then update to git master.

21Q3 was picked as earliest version having pg14 support.

Fix is for running create.database task to avoid to happen with pg>10

    ERROR: DROP DATABASE cannot be executed within a pipeline

Merge request reports