clowder icon indicating copy to clipboard operation
clowder copied to clipboard

[RHCLOUD-30831] - refactor(db): Remove Postgresql 10 support

Open Victoremepunto opened this issue 1 year ago • 4 comments

Victoremepunto avatar Feb 05 '24 19:02 Victoremepunto

This is waiting on https://github.com/RedHatInsights/config-manager/pull/139

Victoremepunto avatar Feb 21 '24 16:02 Victoremepunto

/retest

Victoremepunto avatar Mar 20 '24 08:03 Victoremepunto

Still one test referencing version 10:

10:48:23 [2024-03-26T10:48:23.157Z]     logger.go:42: 10:48:23 | test-multi-app-interface-db/1-pods | ClowdApp:test-multi-app-interface-db/app-e created
10:48:23 [2024-03-26T10:48:23.157Z]     case.go:364: failed in step 1-pods
10:48:23 [2024-03-26T10:48:23.157Z]     case.go:366: ClowdApp.cloud.redhat.com "app-default-ca" is invalid: spec.database.version: Unsupported value: 10: supported values: "12", "13", "14", "15", "16"
10:48:23 [2024-03-26T10:48:23.157Z]     case.go:366: ClowdApp.cloud.redhat.com "app-b" is invalid: spec.database.version: Unsupported value: 10: supported values: "12", "13", "14", "15", "16"
10:48:23 [2024-03-26T10:48:23.157Z]     case.go:366: ClowdApp.cloud.redhat.com "app-c" is invalid: spec.database.version: Unsupported value: 10: supported values: "12", "13", "14", "15", "16"
10:48:23 [2024-03-26T10:48:23.157Z]     case.go:366: ClowdApp.cloud.redhat.com "app-d" is invalid: spec.database.version: Unsupported value: 10: supported values: "12", "13", "14", "15", "16"

Thanks @bsquizz !! fixed!

Victoremepunto avatar Mar 27 '24 14:03 Victoremepunto

I think the Konflux pipeline may be fixed by #965

Victoremepunto avatar Apr 01 '24 09:04 Victoremepunto