I am evaluating an upgrade from 9.2.5-ce to 9.2.5-ee. It looks like the DB migrate after the package installation is failing. After the upgrade it returns an error 500 and in the sidekiq log I see:
2017-06-26_09:23:44.32860 PG::UndefinedTable: ERROR: relation "geo_nodes" does not exist
2017-06-26_09:23:44.32861 LINE 5: WHERE a.attrelid = '"geo_nodes"'::regclass
2017-06-26_09:23:44.32862 ^
2017-06-26_09:23:44.32862 : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
2017-06-26_09:23:44.32862 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
2017-06-26_09:23:44.32862 FROM pg_attribute a LEFT JOIN pg_attrdef d
2017-06-26_09:23:44.32862 ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2017-06-26_09:23:44.32862 WHERE a.attrelid = '"geo_nodes"'::regclass
2017-06-26_09:23:44.32862 AND a.attnum > 0 AND NOT a.attisdropped
2017-06-26_09:23:44.32863 ORDER BY a.attnum
Other than that, no other errors are leaping out at me.
Both the app host and DB host are running CentOS 7, with PostgreSQL 9.2 (as packaged by CentOS) on the DB host.