apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
https://apptension.com/saas-boilerplate
MIT License
2.18k stars 253 forks source link

deps: #568 Update Postgres version to 16.1 #573

Closed mkleszcz closed 4 months ago

mkleszcz commented 4 months ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce?

Closes #568

Update Postgres version to 16.1

What is the current behavior?

Currently we have different version for local and AWS db. This will update and set the same version for both envs.

Does this PR introduce a breaking change?

Locally it will be required to remove and create new volume for the db. For AWS I suggest to update the version manually in console instead of using AWS CDK because it will try to replace the entire database instance with the new one. This will be very hard to execute because of the stack dependencies.