Skip to content

Releases: factset/AgDatabaseMove

Enable/Disable Login Support

Choose a tag to compare

@jrm4321 jrm4321 released this 01 Jul 18:10
7f1b648

What's Changed

New Contributors

Full Changelog: v0.0.46...v0.0.47

feat(striped-backup): supporting striped backups

Choose a tag to compare

@AdityaNPL AdityaNPL released this 18 May 13:41
43a0983
Merge pull request #101 from factset/feat/striped-backups

feat(striped-backup): supporting striped backups

v0.0.33: Merge pull request #103 from factset/fix/backup-chain/next-log-backup

Choose a tag to compare

@AdityaNPL AdityaNPL released this 09 May 14:13
83ec685
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

Choose a tag to compare

@AdityaNPL AdityaNPL released this 08 May 10:43
2152eb4
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

Choose a tag to compare

@AdityaNPL AdityaNPL released this 16 Sep 10:30
42a5e28
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

Choose a tag to compare

@AdityaNPL AdityaNPL released this 08 Sep 13:56
e843536
Merge pull request #75 from factset/fix/backup-chain/server-name

fix(backup-chain): Add `@@ServerName` filter

feat(polly): retry restore Azure blob files

Choose a tag to compare

@alexirion10 alexirion10 released this 03 Jun 22:37
ecc7fe9
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

Choose a tag to compare

@AdityaNPL AdityaNPL released this 21 Apr 15:21
07890f8

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

Choose a tag to compare

@alexirion10 alexirion10 released this 15 Jan 21:04
683f409
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

Choose a tag to compare

@alexirion10 alexirion10 released this 11 Jan 17:03
b1a4971
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