Skip to content

Commit 129005e

Browse files
committed
Retain 5 db backups
1 parent e6448d8 commit 129005e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/powershell/maintenance.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function Invoke-DatabaseBackup {
8888

8989
Set-Item -Path env:PYTHONPATH -Value "$BaseInstallPath\current\scripts\python"
9090
Set-Item -Path env:BACKUP_PATH -Value "$BaseInstallPath\data\backups"
91-
Set-Item -Path env:MAX_BACKUPS -Value 3
91+
Set-Item -Path env:MAX_BACKUPS -Value 5
9292

9393
if ($DbServiceName -eq "MWL") {
9494
Set-Item -Path env:DB_PATH -Value "$BaseInstallPath\data\worklist.db"

0 commit comments

Comments
 (0)