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

MetroHero-server doesn't run by default under Postgresql 14 #1

Open srepetsk opened 1 year ago

srepetsk commented 1 year ago

psql:load.sql:81: ERROR: function array_cat(anyarray, anyarray) does not exist

lsbCoding commented 1 year ago

Based on the migration guide it looks like the issue is anyarray needs to be converted to anycompatiblearray.

https://www.postgresql.org/docs/14/release-14.html#id-1.11.6.13.4