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 6457cfd commit 1d23a17Copy full SHA for 1d23a17
setup/setup.ps1
@@ -1,5 +1,5 @@
1
<#PSScriptInfo
2
-.VERSION 1.0.0
+.VERSION 1.0.1
3
.GUID 47733b28-676e-455d-b7e8-88362f442aa3
4
.AUTHOR Code Dx
5
#>
@@ -165,9 +165,6 @@ if (-not (test-path $clusterCertificateAuthorityCertPath -PathType Leaf)) {
165
write-error "Unable to continue because path '$clusterCertificateAuthorityCertPath' cannot be found."
166
}
167
168
-if ($dbSlaveReplicaCount -eq 0) {
169
- Write-Host "WARNING: You should schedule database backups when not installing MariaDB slave instance(s)."
170
-}
171
172
$workDir = join-path $workDir "$releaseNameCodeDx-$releaseNameToolOrchestration"
173
Write-Verbose "Creating directory $workDir..."
0 commit comments