hypothesis / via

Proxies third-party PDF files and HTML pages with the Hypothesis client embedded, so you can annotate them
https://via.hypothes.is/
BSD 2-Clause "Simplified" License
19 stars 7 forks source link

Correct Postgres version in dev and CI #1371

Closed seanh closed 2 months ago

seanh commented 2 months ago

Via's staging and production environments use Postgres 15.5 not 15.3.

seanh commented 2 months ago

I don't think we should merge these if we are in fact auto-updating the RDS minor versions. We'll need to recreate the local containers as we try to keep up with those updates.

Agree. We could automate this. For example we could have something that sends automated PRs to upgrade dev and CI to the latest Postgres minor version (even if that would sometimes mean that dev and CI are temporarily on a newer minor version than production). But I think it's probably not worth the effort to implement that automation or the hassle of regular development environment Postgres version upgrades.