Restore only one site collection out of many in new farm

Daniel M 126 Reputation points
2021-08-13T13:42:29.447+00:00

Hi,

We are looking to make parts of a web application accessible to the internet.
To do this we are setting up an entirely new farm in our DMZ. This should only be read-only so there is no problem that external and internal users don't see/edit the same sites.

To keep the external site updated we are looking to set up a scheduled task that exports the internal site collection to the DMZ and another job restores it in the external zone.

Now, the queston is. What should we think of?
We have 5 site collections + root but we only want to make 1 site collection external.

/
/sites/SC1
/sites/SC2
/sites/SC3
/sites/SC4
/sites/SC5

Can we create a new web application in the external zone. Create an empty content database. Then only restore the root+SC5?
Or do we need to restore the entire content database from the internal zone and then make a database attach then remove SC1-SC4?

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,298 questions
0 comments No comments
{count} votes

3 additional answers

Sort by: Most helpful
  1. Serkar Aydin 31 Reputation points
    2021-08-14T15:38:58.01+00:00

    Hi Daniel,

    Can we create a new web application in the external zone. Create an empty content database. Then only restore the root+SC5?

    Yes this is possible. You can restore specific sites from unattached content databases. For more check out the docs:
    https://learn.microsoft.com/en-us/sharepoint/administration/restore-content-from-an-unattached-content-database

    If I could help you, please don't forget to mark my answer as solution.

    0 comments No comments

  2. Echo Du_MSFT 17,141 Reputation points
    2021-08-16T01:45:12.677+00:00

    Hello @Daniel M ,

    I agree with @Serkar Aydin 's point of view. You can restore site collections that you wanted from unattached content databases

    Thanks,
    Echo Du

    0 comments No comments

  3. Daniel M 126 Reputation points
    2021-08-17T08:58:56.393+00:00

    Thanks for all the replies!

    I have now tried this and can confirm that it works! And thanks sadomovalex for pointing out that the versions should be considered.

    0 comments No comments