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: Update PostgreSQL version #568

Closed mkleszcz closed 4 months ago

mkleszcz commented 4 months ago

Description

Currently stack is using old 13.7 in the docker-compose and 14.7 on the AWS.

Describe the solution you'd like

We need to update both version and make sure we are using the same RDS versions on both: local and AWS environments.

Describe alternatives you've considered

No response

Additional context

No response

Validations