navapbc / template-application-flask

Apache License 2.0
7 stars 3 forks source link

Bump Postgres to 16 #225

Closed KevinJBoyer closed 3 months ago

KevinJBoyer commented 3 months ago

Ticket

Resolves #218

Changes

Change Docker image used for local development to Postgres 16.

Context for reviewers

Sibling PR for bump to 16.2 in the infra template.

Testing

All existing tests pass.

KevinJBoyer commented 3 months ago

@chouinar to coordinate with the change in the infra template, I went ahead and requested your review on this -- I'll plan to merge this if/when the corresponding infra template PR is merged.

lorenyu commented 3 months ago

aws docs seem to indicate that we can only go up to 15.6 from 14.6

so we might need to do this in two steps/PRs

image
chouinar commented 3 months ago

aws docs seem to indicate that we can only go up to 15.6 from 14.6

so we might need to do this in two steps/PRs image

Wouldn't be an issue with the docker-compose file since that only affects your local instance of the DB. If you want to be very careful, you could upgrade this to v15 when the infra gets changed, and then upgrade it again to v16

lorenyu commented 3 months ago

sorry i thought this was the infra template PR ignore my previous comment