backup-dbadatabase does not work properly since ver. 2.7.26 #10285
Unanswered
simoncovvan
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
One of our college installed the latest version 2.7.27 on a new server. when we run below backup script
Backup-DbaDatabase -SqlInstance $ServerName -Path $SharedPath -FilePath servername-dbname-backuptype-timestamp.bak -Type Full -ReplaceInName -CreateFolder -CompressBackup -Initialize -Verify. We found the script backup all database under same root folder. it did not create new sub folder per database. I did test this with ver 2.7.26 same issue, but version 2.7.25 works as we expected. I found there are changes for this function in ver. 2.7.26. need to confirm is this a bug or changed by design. Please help.
Thanks,
Simon
Beta Was this translation helpful? Give feedback.
All reactions