Merge branch 'v2.3.2' into v2.3.3-dev

This commit is contained in:
Usman Nasir
2022-07-15 12:31:43 +05:00
2 changed files with 2 additions and 0 deletions

View File

@@ -672,6 +672,7 @@ class IncJobs(multi.Thread):
elif self.backupDestinations[:4] == 'sftp':
if self.sftpFunction(dbPathNew, 'database') == 0:
return 0
else:
if self.awsFunction('backup', dbPathNew, '', 'database') == 0:
return 0

View File

@@ -1033,5 +1033,6 @@ def main():
if args.function == "enableRemoteMYSQL":
mysqlUtilities.enableRemoteMYSQL()
if __name__ == "__main__":
main()