I have just built 3 SharePoint 2016 Farm with December 2016 CU. All the 3 Farms had their Central admin content database requiring upgrade.
I had to run:
(Get-SPWebApplication -IncludeCentralAdministration | ? {$_.DefaultServerComment -match "SharePoint Central Administration V4"}).contentdatabases | Upgrade-SPContentDatabase
in order to fix it.
Comments: ** Comment from web user: noral **
I had to run:
(Get-SPWebApplication -IncludeCentralAdministration | ? {$_.DefaultServerComment -match "SharePoint Central Administration V4"}).contentdatabases | Upgrade-SPContentDatabase
in order to fix it.
Comments: ** Comment from web user: noral **
Hi Joseph,
I used AutoSPInstaller to create one environment, but I also created an environment without AutoSPInstaller. In *both* scenarios what you describe needed to be done, it is not an AutoSPInstaller issue.
Noral