listen to skipBackup upgrade option
This commit is contained in:
parent
c59fc0f361
commit
cacaabe623
1 changed files with 3 additions and 1 deletions
|
|
@ -244,7 +244,9 @@ sub upgradeSite {
|
||||||
for my $step ( @steps ) {
|
for my $step ( @steps ) {
|
||||||
$i++;
|
$i++;
|
||||||
print "Running upgrades for $step (step $i/@{[ scalar @steps ]}):\n";
|
print "Running upgrades for $step (step $i/@{[ scalar @steps ]}):\n";
|
||||||
$self->createBackup($configFile);
|
if ($self->createBackups) {
|
||||||
|
$self->createBackup($configFile);
|
||||||
|
}
|
||||||
$self->runUpgradeStep($configFile, $step);
|
$self->runUpgradeStep($configFile, $step);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue