OpenSlides / openslides-manage-service

Manage service for OpenSlides 4+
MIT License
4 stars 12 forks source link

Upgrade Postgres #213

Closed ostcar closed 9 months ago

ostcar commented 1 year ago

This service uses postgres:11 for the postgres container. But in production, we are using postgres:13.

Since postgres:11 will only be supported until November 9, 2023 we need to think about an update strategy.

This should be done before the 4.1 release.

ostcar commented 1 year ago

@normanjaeckel we discussed, that a message in the release notes with a link to the postgres page should be enough.

Could you change the postgres version? (And remember this for the release notes?)

ostcar commented 1 year ago

@peb-adr Could you have a look at this?

ostcar commented 9 months ago

Postgres 11 is not supported anymore

peb-adr commented 9 months ago

Closed by #235 and will be included with version 4.1 We will provide short instructions on how to handle this update.