Skip to content

Commit 1d23a17

Browse files
author
Steve Salas
committed
Remove database backup message
1 parent 6457cfd commit 1d23a17

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup/setup.ps1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<#PSScriptInfo
2-
.VERSION 1.0.0
2+
.VERSION 1.0.1
33
.GUID 47733b28-676e-455d-b7e8-88362f442aa3
44
.AUTHOR Code Dx
55
#>
@@ -165,9 +165,6 @@ if (-not (test-path $clusterCertificateAuthorityCertPath -PathType Leaf)) {
165165
write-error "Unable to continue because path '$clusterCertificateAuthorityCertPath' cannot be found."
166166
}
167167

168-
if ($dbSlaveReplicaCount -eq 0) {
169-
Write-Host "WARNING: You should schedule database backups when not installing MariaDB slave instance(s)."
170-
}
171168

172169
$workDir = join-path $workDir "$releaseNameCodeDx-$releaseNameToolOrchestration"
173170
Write-Verbose "Creating directory $workDir..."

0 commit comments

Comments
 (0)