Actions
Bug #18965
closedDo not bring all services down during offline backup
Description
We do stop all katello services in our backup script. I don't think this is necessary, we only need to stop relevant services. These are good candidates NOT to stop:
'qpidd' => 10,
'qdrouterd' => 10,
'squid' => 10,
'foreman-proxy' => 20,
'goferd' => 30
I understand we have an online backup but this is not possible in all environments. Bringing qdrouterd down means users are hitting memory leaks in python-qpid client library when connection drops.
Please confirm if my assumtion of not bringing above services is correct.
Actions