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 Reports that 13.0.6435 is the latest available #9563

Open
bwiggins10 opened this issue Dec 15, 2024 · 1 comment
Open
Labels
bugs life triage required New issue that has not been reviewed by maintainers

Comments

@bwiggins10
Copy link

Verified issue does not already exist?

I have searched and found no existing issue

What error did you receive?

WARNING: [Get-SqlInstanceUpdate] 13.0.6435 on computer [Computer.Domain] is already the latest available

Steps to Reproduce

# provide your command(s) executed pertaining to dbatools
# please include variable values (redacted or fake if needed) for reference

$ServerList = "Server1", "Server2", "Server3"

$ServerList | foreach-object -parallel {
Update-DbaInstance -ComputerName $_ -Path C:\Temp -Download -Restart -Confirm:$false -Verbose
}

Please confirm that you are running the most recent version of dbatools

2.1.28

Other details or mentions

Trying to patch to 13.0.6455.2 - I can see that version is present in dbatools-buildref-index.json

What PowerShell host was used when producing this error

PowerShell Core (pwsh.exe), Windows PowerShell (powershell.exe), Windows PowerShell ISE (powershell_ise.exe)

PowerShell Host Version

Tested on both (In PS-5 I omitted the -parallel tag):
5.1.17763.6530

7.4.6

SQL Server Edition and Build number

SQL 2016 - 13.0.6435.1

.NET Framework Version

.NET Framework 4.8.4770.0

@bwiggins10 bwiggins10 added bugs life triage required New issue that has not been reviewed by maintainers labels Dec 15, 2024
@niphlod
Copy link
Contributor

niphlod commented Dec 16, 2024

There's an exact issue for the same exact "problem".
#9327

tl;dr: not a problem, it's that way by design. If you need to update your instances to something which is not AT LEAST a "CU", you need to use the -Kb parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugs life triage required New issue that has not been reviewed by maintainers
Projects
None yet
Development

No branches or pull requests

2 participants