-
-
Notifications
You must be signed in to change notification settings - Fork 184
Description
Did you check DOCS to make sure there is no workaround?
https://sqlwatch.io/docs/
Describe the bug
A clear and concise description of what the bug is.
Running install through DBAtools on SQL Server 2014 Standard fails due to compression being on by default.
To Reproduce
Steps to reproduce the behavior:
Run the dbatools installer on any edition of SQL Server that doesn’t support compression.
Expected behavior
A clear and concise description of what you expected to happen.
I would like either an edition check or a command line switch to turn on/off compression instead of the install failing.
Screenshots
If applicable, add screenshots to help explain your problem.
Windows Server (please complete the following information):
- OS Version: Windows 2012 R2
SQL Server (please complete the following information):
- SQL Version: SQL Server 2014
- SQL Edition: Standard
**SQL Server Management Studio (SSMS -> about -> copy info): Did not use SSMS here.
SQLWATCH version (from DACPAC or from sysinstances)
- 1.0.0.0
Additional context
If this should go to the dbatools team instead I will submit it over there. I was able to remove the compression defaults and deploy without issue from Visual Studio.