when i check 'schema_version' table in 'ovirt_engine_history' db
---------------------------------------------------
'47 | 04040070 | upgrade/04_04_0070_updated_calendar_table_year_script.sql |
9cfaeaca2a50dd6d4060b488d37d277
0 | ovirt_engine_history | 2022-01-24 14:34:43.769728 | 2022-01-24 14:34:48.520829 |
INSTALLED | t |'
--------------------------------------
seems make problem
at
_dbfunc_common_get_current_version() {
dbfunc_psql_statement_parsable "
select version
from schema_version
where current = true
order by id
LIMIT 1
"
}
it takes 04040070 so it skip all upgrade script that less then version 04040070.
i don't know why that value in table but when i delete that value
'engine-setup' works well
Thank you.