Trying to update BC and when i do Start-NAVAppDataUpgrade -ServerInstance $NewBcServerInstance -Name "System Application" -Version $NewBCVersion, i get the error
Start-NAVAppDataUpgrade : The Demo Database BC (19-0) database has version 1380 which is not supported by this version of Microsoft Dynamics 365 Business Central Server. Please contact your administrator.
At line:1 char:1
+ Start-NAVAppDataUpgrade -ServerInstance $NewBcServerInstance -Name "S ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (0:Int32) [Start-NAVAppDataUpgrade], NavServerNotFoundException
+ FullyQualifiedErrorId : MicrosoftDynamicsNavServer$BC200/default,Microsoft.Dynamics.Nav.Apps.Management.Cmdlets.StartNavAppDataUpgrade
Does anyone know why or how to fix this?