[ContentMigration] run content-switchover failed

I second this question.
Never worked with RubyOnRails and don’t know how to add “katello:pulp3_content_switchover” to “self.rake_tasks_with_executor”.
Is it seperated by comma? By whitespace? By dot? By $WHATEVER ?
Because if I look through the documentation on the internet, I currently find only lists that are defined with an “@”-symbol and the list command.

Apologies for this, this will be fixed in Katello 3.18.2

In the meantime you can edit this file: /opt/theforeman/tfm/root/usr/share/gems/gems/katello-4.1.0.pre.master/lib/katello/tasks/pulp3_content_switchover.rake

and change this line:

  task :pulp3_content_switchover => :environment do

to

  task :pulp3_content_switchover => "dynflow:client" do
1 Like

Thanks!