Ability to define Postgres minor version and anticipate updates
T
Tessa Harmon
I would like to define the minor PG version and have finer grain control over minor version updates. My team is running into issues with schema generation right now because CI and Prod use an older PG version than many devs on our team run, and there are syntax differences for some things between 15.15 and 15.18 so we're getting unexpected schema modifications when running migrations locally.
It's going to be a pain if everyone has to downgrade to 15.15 and then update again whenever Render does db maintenance.
Log In