
24 Apr
2017
24 Apr
'17
1:32 p.m.
I tried to upgrade from 4.0 to 4.1, I ran engine-setup And now ovirt-engine start fails with command like: Caused by: org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [select * from gettagsbyparent_id()]; nested exception is org.postgresql.util.PSQLException: ERROR: function gettagsbyparent_id() does not exist In the setup log I indeed found: drop function if exists public.gettagsbyparent_id(uuid) cascade; But nothing else. This function is not recreated. Any hint about what happened ?