From 45e62d6916e4023bd3c55c571136ef2a92abfcd4 Mon Sep 17 00:00:00 2001 From: "usman@cyberpersons.com" Date: Fri, 30 Jun 2023 16:53:22 +0500 Subject: [PATCH] bug fix: fetch snapshots for rustic on brand new server --- plogical/Backupsv2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plogical/Backupsv2.py b/plogical/Backupsv2.py index 2479c69b7..29f467c4a 100644 --- a/plogical/Backupsv2.py +++ b/plogical/Backupsv2.py @@ -50,6 +50,8 @@ class CPBackupsV2(multi.Thread): except: pass + statusRes, message = self.InstallRustic() + ### set self.website as it is needed in many functions from websiteFunctions.models import Websites self.website = Websites.objects.get(domain=self.data['domain'])