Releases: factset/AgDatabaseMove
Releases · factset/AgDatabaseMove
feat(striped-backup): supporting striped backups
v0.0.33: Merge pull request #103 from factset/fix/backup-chain/next-log-backup
fix(backup-chain): next log backup can have the same `LastLsn`
fix(backups): doesn't error out when there are no full backups on one node
Merge pull request #105 from factset/fix/backups/no-full-backup fix(backups): no full backup
feat(connection checks): new CheckDBConnection() for the Server and AgDatabase class
Merge pull request #76 from factset/feat/connection/test-connection feat(connection checks): new `CheckDBConnection()` for the `Server` and `AgDatabase` class
fix(backup-chain): Add `@@ServerName` filter
Merge pull request #75 from factset/fix/backup-chain/server-name fix(backup-chain): Add `@@ServerName` filter
feat(polly): retry restore Azure blob files
0.0.14 fix(restore): polly retry on Azure blob storage single file handle is…
fix(IsValidFilePath): Can now validate Windows UNC paths on Unix runtime
Backup files with UNC paths were bring filtered out in the backup chain (it was being identified as 'invalid') - this now fixes that bug and doesn't filter out these files
feat(retry): polly retry and Dac64
chore(nuget): smo package and lower retries (#55) * chore(nuget): smo package and lower retries * fix(print): debugging * fix(review): null handling in review feedback
feat(drop): drop db logins
feat(login): drop login from all servers in Ag (#54) * feat(login): drop login from all servers in Ag * fix(login): dont enumerate sa login * fix(review): interface * fix(review): interface
Cli fixes for backuppath query
Cli fixes for backuppath query