HenryQW/Awesome-TTRSS

Postgres 13 is too old, time to upgrade

Closed this issue · 3 comments

Is your feature request related to a problem? Please describe.
Postgres 13 is way too old. Time to upgrade.

Describe the solution you'd like
Latest is 15, and should be used instead.
I've been able to confirm working "from-scratch" setup of repository's compose script with Postgres 15.
Its also possible to switch to 15-bullseye after upgrade via something like https://hub.docker.com/r/tianon/postgres-upgrade

Additional context
Don't know about how upgrade path have to look like for this kind of project, but perhaps worth to think about.

TonyRL commented

The database upgrade procedure is clearly listed in the docs.

The database upgrade procedure is clearly listed in the docs.

That's good. Then documentation part is covered. I was mainly speaking about update to compose files that still point to version 13.

Fixed in #510