Unable to start dynflow-sidekiq@orchestrator.service with satellite-maintain service
I am running RHEL 7.9, Satellite 6.10
satellite-maintain service status -b:
shows that dynflow-sidekiq@orchestrator.service, foreman, dynflow-sidekiq@worker-1 and dynflow-sidekiq@worker-hosts-queue-1 all do not start.
I tried all the recommended solutions from the KB, none work.
sudo su - postgres -c "psql -d foreman -c 'select label,count(label),state,result from foreman_tasks_tasks where state <> '\''stopped'\'' group by label,state,result ORDER BY label;'"
This does not show a large number of tasks, only about 10.
I did a clean up anyway, also to no avail:
foreman-rake foreman_tasks:cleanup TASK_SEARCH='label ~ *' AFTER='30d' VERBOSE=true NOOP=false
as foreman, I got into psql, it did not help.
foreman=# update settings set value=false where name='fix_db_cache';
UPDATE 1
foreman=# commit;
Trimming the database did not help. Any other ideas?
su - postgres
psql foreman
truncate dynflow_coordinator_records;
exit
exit