Release: -Action rename, community health files, and securify (issue #1) #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What does this PR do?
Promotes the accumulated
devwork tomainas a release. This includes:-TestModeswitch to-ActioninInvoke-DagFailover.ps1, with updated README parameter docs.-vvariable format, sharedparse_server_names.sqlinclude, PRINT truncation fix for AGs with many databases).Check-DagSync.ps1(replacingcheck-sync.cmd) and the DR login script wrapper with a shared exclusion file.LICENSE(MIT),CONTRIBUTING.md,CODE_OF_CONDUCT.md,SECURITY.md, issue/PR templates.How was this tested?
[System.Management.Automation.Language.Parser]::ParseFile(...)returns no errors).sqlchanges validated withsqlcmdagainst a non-production Distributed AG.\Invoke-DagFailover.ps1end to end. Failover completed successfully and DNS was updated as expected. The SQL Server environment reported the failover via SQL Server Agent Alerts on Error 1480. Post-failover connectivity confirmed: all applications using the Distributed AG reconnected successfully.Checklist
sqlcmd requires variables in Name="Value" format with no spaces around the equals sign. The spaces caused sqlcmd to reject the entire argument string as invalid ('Invalid argument' error). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>