Awesome-TTRSS icon indicating copy to clipboard operation
Awesome-TTRSS copied to clipboard

Postgres 13 is too old, time to upgrade

Open dimon222 opened this issue 1 year ago • 2 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.

dimon222 avatar May 08 '23 00:05 dimon222

The database upgrade procedure is clearly listed in the docs.

TonyRL avatar May 15 '23 01:05 TonyRL

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.

dimon222 avatar May 15 '23 03:05 dimon222

Fixed in #510

dimon222 avatar May 02 '24 17:05 dimon222