ConfigHubPub/ConfigHubPlatform

1.9.12 - creating Organization and/or Repo freeze - db schema errors

Opened this issue · 0 comments

When running 1.9.12 app with postgres DB I constantly get freeze when creating Organization and/or Repo
I get these messages in log

2022-02-18 14:32:08,020 ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper ERROR: column repository0_.cachingenabled does not exist
  Hint: Perhaps you meant to reference the column "repository0_.cachingEnabled".

lExceptionHelper SQL Error: 0, SQLState: 42703
2022-02-18 15:00:19,112 ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelperERROR: column  "cachingenabled" relation "repository_audit" does not exist

and so forth

Docker app seems to be older and it at least it works

DB schema was generated by the latest [Database-Manager] 1.9.1

looks like the [Database-Manager] is outdated