Skip to content
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

Update-DbaInstance functionality to patch MDS only #9169

Open
damian4 opened this issue Nov 20, 2023 · 0 comments
Open

Update-DbaInstance functionality to patch MDS only #9169

damian4 opened this issue Nov 20, 2023 · 0 comments
Labels
feature triage required New issue that has not been reviewed by maintainers

Comments

@damian4
Copy link

damian4 commented Nov 20, 2023

Summarize Functionality

My understanding is Update-DbaInstance is designed to detect and update servers with the following Instance Features:

  • Database Engine
  • Analysis Services
  • Reporting Services

For example, it will patch successfully if both Database Engine and a shared feature such as Master Data Services is installed and they will both be updated.

However, Master Data Services can be installed onto a machine without a database engine. If this happens, Update-DbaInstance fails to work because it does not detect an instance. Consequently, it returns an error.

Would like to request a feature, that supports patching standalone Master Data Services installs

Is there a command that is similiar or close to what you are looking for?

Yes

Technical Details

When a server only has Master Data Services and we try to patch it. We get the following warning and it doesn't patch.

Update-DbaInstance -ComputerName Server1 -Path "C:\temp\Patches"

WARNING: [09:39:50][Update-DbaInstance] Error while looking for SQL Server installations on SERVER1 | Failed to find any instance names on SERVER1

@damian4 damian4 added feature triage required New issue that has not been reviewed by maintainers labels Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature triage required New issue that has not been reviewed by maintainers
Projects
None yet
Development

No branches or pull requests

1 participant