Project

General

Profile

Actions

Bug #18965

closed

Do not bring all services down during offline backup

Added by Lukas Zapletal about 7 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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

Also available in: Atom PDF