bug fix: fetch snapshots for rustic on brand new server

This commit is contained in:
usman@cyberpersons.com
2023-06-30 16:53:22 +05:00
parent 5d478e281b
commit 151c07c565

View File

@@ -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'])