diff --git a/api-daemon/pvcapid/helper.py b/api-daemon/pvcapid/helper.py index 3f3d1096..4a628f69 100755 --- a/api-daemon/pvcapid/helper.py +++ b/api-daemon/pvcapid/helper.py @@ -94,6 +94,10 @@ def backup_cluster(zkhandler): if child_prefix + child == '/zookeeper': # We must skip the built-in /zookeeper tree continue + if child_prefix + child == '/patroni': + # We must skip the /patroni tree + continue + get_data(child_prefix + child) get_data('/')