Katello nightly pipeline failed:
foreman-pipeline-katello-rpm-nightly (failed) (remote job)
Katello nightly pipeline failed:
foreman-pipeline-katello-rpm-nightly (failed) (remote job)
Looking at the execution log, I can see:
2026-07-08 23:19:46 [INFO ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/returns: rake aborted!
2026-07-08 23:19:46 [INFO ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/returns: StandardError: An error has occurred, this and all later migrations canceled:
2026-07-08 23:19:46 [INFO ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/returns:
2026-07-08 23:19:46 [INFO ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/returns: PG::UndefinedFunction: ERROR: operator does not exist: jsonb ~~ unknown
2026-07-08 23:19:46 [INFO ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/returns: LINE 1: ...xonomies".* FROM "taxonomies" WHERE (ignore_types LIKE '%Env...
2026-07-08 23:19:46 [INFO ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/returns: ^
2026-07-08 23:19:46 [INFO ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/returns: HINT: No operator matches the given name and argument types. You might need to add explicit type casts.
Looking at what changed or added migrations, I can only see Fixes #39465 - Migrate taxonomies.ignore_types from YAML text to JSONB by adamruzicka · Pull Request #11046 · theforeman/foreman · GitHub that was merged today.
@aruzicka do you think it’s related?