We have been running FME Server 2017.1 on Docker for a while, its great! I am trying to build a new FME Server 2018.0 on Docker and everything builds and I can bring up the log in page but after entering my credentials the page just clears out my info and nothing happens, I can hit the healthcheck rest endpoint and it says everything is "OK" but if I try and hit an endpoint that requires credentials I get the error:
"message": "Authentication failed: org.postgresql.util.PSQLException: ERROR: column l.last_updated does not exist\\n Position: 16"
I see that I am getting an error from the FME DB container log saying:
ERROR: column "guiline" of relation
"fme_parameter" does not exist at character 117
I am using the FME Server 2018.0 as is, the only change is the EXTERNALHOSTNAME variable.
Any help would be appreciated.