srepetsk / metrohero-server

The server used to power the MetroHero project, a (now defunct) app for WMATA Metrorail commuters and transit nerds in and around the DC area.
GNU General Public License v3.0
3 stars 3 forks source link

Bugfix #1, Allow Postgres to upgrade to version 14 #20

Closed lsbCoding closed 1 year ago

lsbCoding commented 1 year ago

For existing database instances, after upgrading to version 14, run the update_postgres_10_to_14.sql script then restart the database.

For fresh postgres 14 database instances update_postgres_10_to_14.sql can be ignored as the changes to sql_routines.sql will fix the issue.