dataplat / dbatools

🚀 SQL Server automation and instance migrations have never been safer, faster or freer
https://dbatools.io
MIT License
2.39k stars 787 forks source link

Install-DbaFirstResponderKit - Use new script names #9372

Closed andreasjordan closed 3 weeks ago

andreasjordan commented 1 month ago

Brent has made some changes and removed some of the scripts.

wsmelton commented 1 month ago

Do we know if his script name changes will handle cleaning up objects for users? I wouldn't want someone to go install this and find data history is broken because table names or things changed. (I don't use his stuff).

Based on your commit are we changing how PRs are submitted now to only have branch tests running the single command?

andreasjordan commented 1 month ago

The old scripts can still be used and are only moved to the deprecated folder and not maintained anymore. So no need to do a cleanup.

About the testing: We use this to reduce the cost in AppVayor - we do this all the time.

potatoqualitee commented 3 weeks ago

Thank you 🙏🏼