What's the proper way to restore a Sharepoint site using Central Administration?

Tevon2.0 1,106 Reputation points
2022-12-07T22:04:29.667+00:00

I backed up a site collection from one server (A) and copied the folder into a new server (B). Can I restore the site via central administration in the new server (B)? If so please break down the steps I should take. When I tried:

I went to Central Admin,
Restore from a backup
Copied the path of the copied folder
Put the path in "Backup Directory Location"
Received the error message: "Cannot find the proper backup files to restore. Verify that the directory name is valid and that the backup file exists."

Microsoft 365 and Office | SharePoint Server | For business
Microsoft 365 and Office | SharePoint Server | Development
0 comments No comments
{count} votes

Accepted answer
  1. Emily Du-MSFT 51,846 Reputation points Microsoft External Staff
    2022-12-08T08:00:56.667+00:00

    @Tevon2.0

    According to this Microsoft article, you can only restore a site collection in SharePoint Server by using PowerShell.

    Please run following PowerShell to restore a site collection in SharePoint Server.

    Restore-SPSite -Identity <SiteCollectionURL> -Path <Backup file> [-DatabaseServer <DatabaseServerName>] [-DatabaseName <ContentDatabaseName>] [-HostHeader <Host header>] [-Force] [-GradualDelete] [-Verbose]  
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.