You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($null-ne ($ExistingFs|Where-Object {$_.Database-eq$Database}) -and$Withreplace-ne$True) {
169
-
Write-Message-Level Warning -Message "Folder $FileStreamFolder already in use for Filestream data on $SqlInstance and WithReplace not specified, cannot restore"
Write-Message-Level Warning -Message "Folder $FileStreamFolder already in use for Filestream data by $($OtherOwners.Database) on $SqlInstance, cannot restore"
175
-
$VerificationErrors++
176
-
}
177
-
}
178
-
}
179
-
}
180
-
181
158
}
182
159
183
160
#Test all backups readable
@@ -206,4 +183,4 @@ function Test-DbaBackupInformation {
0 commit comments