We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6448d8 commit 129005eCopy full SHA for 129005e
1 file changed
scripts/powershell/maintenance.ps1
@@ -88,7 +88,7 @@ function Invoke-DatabaseBackup {
88
89
Set-Item -Path env:PYTHONPATH -Value "$BaseInstallPath\current\scripts\python"
90
Set-Item -Path env:BACKUP_PATH -Value "$BaseInstallPath\data\backups"
91
- Set-Item -Path env:MAX_BACKUPS -Value 3
+ Set-Item -Path env:MAX_BACKUPS -Value 5
92
93
if ($DbServiceName -eq "MWL") {
94
Set-Item -Path env:DB_PATH -Value "$BaseInstallPath\data\worklist.db"
0 commit comments