Conversation
fb0db32 to
43f91b0
Compare
|
Caution The provided work package version does not match the core version Details:
Please make sure that:
|
docker/prod/entrypoint.sh
Outdated
There was a problem hiding this comment.
@oliverguenther Should we perhaps not make this specific to 17 and 13 but show this warning in general if there is a mismatch between the set PGVERSION and the one found in the cluster?
I know coming from our own setups, this should be the only combination really, but it probably doesn't hurt to catch more potential issues here.
|
@oliverguenther Since we are now using Postgres 17 to generate the schema cache during the docker build, this failed due to missing permissions. I've pushed a commit that fixes that. With that this should look fine. I was wondering if the used postgres version has any bearing on the generated schema cache. But it doesn't seem to be a problem for our containers with the pg13-generated schema cache using more recent versions, so I suppose not. As soon as CI is green this can be merged as far as I'm concerned. |
Extended from #19011
Solves this:
Not sure if this line for handling legacy configs could use some change too.
What are you trying to accomplish?
Merge checklist