-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xSQLServerSetup: Impossible to update paths and service account of an existing instance? #253
Comments
@Yvand thanks for submitting this issue! Unfortunately today xSQLServerSetup is currently limited to install SQL Server, and does not handle any drift in desired state. There is a issue for that, see issue #37. I keep this issue open since this particular properties could be resolved in either by xSQLServerSetup or in a new separate resource. The discussion around this issue will pan out which way to go. |
I believe part of this is being addressed in issue #656. |
Thank you! |
There is a community call on the 27:th (see agenda). Release is normally schedule within two weeks from that (but can differ). Usually the release date is announced during the community call. Closing this as this (the missing functionality) is being tracked in other issues. |
Details of the scenario you try and problem that is occurring:
I have an existing SQL Server 2016 instance and I'm trying to update following settings:
The DSC configuration that is using the resource (as detailed as possible):
The only resource that seems capable of doing that is xSQLServerSetup, but it seems only designed to add new instances, not update existing ones.
Is there a way to achieve what I need?
I tried this but it fails because it doesn't find setup.exe:
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
na
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
xSQLServer 4.0.0.0
The text was updated successfully, but these errors were encountered: