共用方式為


在 SharePoint Server 中還原內容資料庫

適用於:yes-img-132013 yes-img-16 2016yes-img-19 2019yes-img-seSubscription Edition no-img-sopSharePoint in Microsoft 365

您可以在 SharePoint Server 中使用 SharePoint 管理中心網站、PowerShell 或 SQL Server 工具來還原內容資料庫。 所使用的還原工具會視已部署的環境類型、排程需求以及與組織建立的服務等級協定而定。

開始之前

您可以透過一次還原一個內容資料庫的方式,還原任何內容資料庫或數個內容資料庫。 如需如何同時備份伺服器陣列中所有內容資料庫的資訊,請參閱<在 SharePoint Server 中備份伺服器陣列>。

開始這項作業之前,請先檢閱下列如何還原內容資料庫的相關資訊:

  • SharePoint Server 會還原遠端二進位大型物件 (BLOB) 存放區,但只有在您使用 SQL Filestream 遠端 BLOB 存放區提供者將資料置於遠端 BLOB 存放區時。

    如果您使用其他提供者,則必須手動還原這些遠端 BLOB 存放區。

使用PowerShell還原 SharePoint 內容資料庫

您可以使用 PowerShell 還原內容資料庫。

使用 PowerShell 還原內容資料庫

  1. 確認您具備下列成員身分:
  • SQL Server 執行個體上的 securityadmin 固定伺服器角色。

  • 所有要更新之資料庫上的 db_owner 固定資料庫角色。

  • 正在執行 PowerShell Cmdlet 之所在伺服器上的系統管理員群組。

    系統管理員可以使用 Add-SPShellAdmin Cmdlet 授與使用 SharePoint Server Cmdlet 的權限。

    注意事項

    [!附註] 如果您不具備上述權限,請連絡安裝程式系統管理員或 SQL Server 系統管理員要求權限。 如需 PowerShell 權限的其他資訊,請參閱 Add-SPShellAdmin

  1. 啟動 SharePoint 管理命令介面。

  2. 在 PowerShell 命令提示字元中,輸入下列命令:

    Restore-SPFarm -Directory <BackupFolder> -RestoreMethod Overwrite -Item <ContentDatabase> [-BackupId <GUID>] [-Verbose]
    

    其中:

    • <備份資料夾> 是備份服務應用程式的備份資料夾名稱和路徑。

    • <ContentDatabase> 是內容資料庫的名稱。

    如果您未使用 BackupId 參數,則會使用最新的備份。 若要檢視伺服器陣列的所有備份,請在 PowerShell 命令提示字元處輸入下列命令:

Get-SPBackupHistory -Directory <Backup folder>

如需詳細資訊,請參閱<Restore-SPFarm>。

注意事項

[!附註] 建議您在執行命令列管理工作時使用 Windows PowerShell。 Stsadm 命令列工具已過時,但為與舊版產品相容,仍會隨附提供。

使用管理中心還原 SharePoint 內容資料庫

您可以使用管理中心還原伺服器陣列或伺服器陣列的元件。

若要使用管理中心還原內容資料庫

  1. 確認執行此程序的使用者帳戶為 SharePoint 伺服器陣列管理員群組的成員。

  2. 啟動管理中心。

  3. 在管理中心首頁上,按一下 [備份與還原] 區段中的 [從備份還原]

  4. On the Restore from Backup — Step 1 of 3: Select Backup to Restore page, from the list of backups, select the backup job that contains the content database backup, and then click Next.

    注意事項

    If the correct backup job does not appear, in the Current Directory Location text box, enter the path of the correct backup folder, and then click Refresh.

  5. On the Restore from Backup — Step 2 of 3: Select Component to Restore page, select the check box that is next to the content database, and then click Next.

    注意事項

    [!附註] 如果無法選取內容資料庫,則必須使用 PowerShell 或 SQL Server 工具還原內容資料庫。

  6. On the Restore from Backup — Step 3 of 3: Select Restore Options page, in the Restore Options section, under Type of Restore, click the Same configuration option. 對話框隨即出現,要求您確認作業。 按一下確定

    按一下 [開始還原]。

  7. You can view the general status of all recovery jobs at the top of the Backup and Restore Job Status page in the Readiness section. You can view the status for the current recovery job in the lower part of the page in the Restore section. The status page updates every 30 seconds automatically. You can manually update the status details by clicking Refresh. Backup and recovery are Timer service jobs. Therefore, it may take several seconds for the recovery to start.

    If you receive any errors, you can review them in the Failure Message column of the Backup and Restore Job Status page. You can also find more details in the Sprestore.log file at the UNC path that you specified in step 2.

使用 SQL Server 工具還原 SharePoint 內容資料庫

您可以遵循下列步驟,使用 SQL Server 工具還原內容資料庫:

  1. 請儘可能備份內容資料庫的即時交易記錄檔,以保護自從上次完整備份後所進行的任何變更。

  2. 還原上次的完整資料庫備份。

  3. 還原在最近的完整資料庫備份之後,所進行的最近之差異資料庫備份。

  4. 還原在最近的完整或差異資料庫備份之後,所進行的所有交易記錄檔備份。

若要使用 SQL Server 工具還原內容資料庫

  1. 確認執行此程序的使用者帳戶是 sysadmin 固定伺服器角色的成員。

  2. 如果 SharePoint 計時器服務正在執行,請停止該服務並等候幾分鐘,直到所有目前執行中的預存程序完成為止。 還原內容資料庫之後,請不要重新啟動該服務。

  3. 啟動 SQL Server Management Studio 並連線至資料庫伺服器。

  4. 在 [物件總管] 中,展開 [資料庫]。

  5. 以滑鼠右鍵按一下要還原的資料庫,並依序指向 [工作] 及 [還原],然後按一下 [資料庫]。

    資料庫在復原作業期間會自動離線,且無法供其他程序存取。

  6. 在 [ 還原資料庫 ] 對話框中,指定目的地和來源,然後選取您要還原的備份集或集合。

    目的地與來源的預設值適合大部分的復原案例。

  7. 在 [選取頁面] 窗格中,按一下 [選項]

  8. In the Restore options section, select only Overwrite the existing database. Unless the environment or policies require otherwise, do not select the other options in this section.

  9. 在 [復原狀態] 區段中:

    • 如果您已包含所有必須還原的交易記錄檔,請選取 [RECOVER WITH RECOVERY]。

    • 如果您必須還原其他交易記錄檔,請選取 [RECOVER WITH NORECOVERY]。

    • 此案例不會使用第三個選項 [RECOVER WITH STANDBY]

    注意事項

    如需復原選項的詳細資訊,請參閱<還原資料庫 (選項頁面)>。

  10. 按一下 [確定] 完成復原作業。

  11. 對要還原的每個資料庫重複步驟 4 到 10。

  12. 啟動 SharePoint Timer Service。

另請參閱

概念

在 SharePoint Server 中備份內容資料庫