1. 程式人生 > >SharePoint 2016: 資料庫正在相容性範圍內執行,建議進行升級

SharePoint 2016: 資料庫正在相容性範圍內執行,建議進行升級

問題描述:

SharePoint 執行狀況分析器提示:

中文:資料庫正在相容性範圍內執行,建議進行升級。

英文:Database running in compatibility range and upgrade recommended

此時去管理中心---升級和遷移---檢視資料庫狀態:

注意, SharePoint_AdminContent 管理中心內容資料庫

解決辦法

方法一. Run the following in the SharePoint 2016 Management Shell to upgrade the compoments in the Central Administration database(針對內容型別資料庫):

Get-SPWebApplication <Central Administration URL> | Get-SPContentDatabase | Upgrade-SPContentDatabase

方法二. Run the SharePoint 2016 Products Configuration Wizard from the command line(針對非內容型別資料庫):

PSConfig.exe -cmd upgrade -inplace b2b -wait -force -cmd applicationcontent -install -cmd installfeatures -cmd secureresources

參考: