From 151c07c5653fbd1ef1d1e67d4755031487b0b04e 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'])