Katello 3.15 doesn't show available package updates anymore

What version of Katello are you on?

I have a quick workaround that should work:

  1. Open up /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.3/lib/dynflow/rails/configuration.rb
    -> You might need to update the dynflow version
  2. Search for self.rake_tasks_with_executor =
  3. See the line self.rake_tasks_with_executor = %w(db:migrate db:seed)
  4. Add console to the line like so:
  5. self.rake_tasks_with_executor = %w(db:migrate db:seed console)
  6. Open up the console again and see if it works now.