Service Fabric Upgrade, registering Wrong Version

Sunil Bindra 1 Reputation point
2022-02-18T17:09:15.427+00:00

Hi Dear

I am running attached Powershell script created to upgrade Service Fabric Cluster.
When I run It says version is not registered and when I check the register version no idea why its giving wrong version number. I tried unregisteringa nd running above again but still doing the same.

Param Value I am passing for the above are:-

  1. SfVersion:- 8.0.536.9590

My Current version is :- 7.2.445.9590

After running above script it shows registered version as

  1. 8.2.1486.9590
  2. 7.2.445.9590

Even In image store it copies correct version
175937-image.png

Any idea What I am doing wrong. Its on-Preim SF not on cloud.

Thanks

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
252 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 24,111 Reputation points Microsoft Employee
    2022-02-22T04:39:05.553+00:00

    @Sunil Bindra

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    You cannot directly upgrade to 8.2 from 7.2.445.9590. From 7.2.445.9590 you must upgrade to 8.0 CU3
    8. 0.536.9590, then after that is complete you can upgrade to 8.2 CU2 8.2.1486.9590

    Please refer to this document.

    176934-image.png

    Hope that helps.
    Please 'Accept as answer' if the provided information is helpful, so that it can help others in the community looking for help on similar topics.

    0 comments No comments