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 ?