SharePoint 2016 - Granular Backup Job Status issues

Alexandru Ilie 6 Reputation points
2020-11-12T13:39:57.63+00:00

Hello,
I'm administering a SharePoint farm with 2 WFE, current version 15.0.5259.1001. No pending issues reported in Central Admin.
I'm trying to recover a site from an unattached content database. I can browse the content just fine, to get to the site that I want to recover.
I'm using farm account which has db owner rights on sql database.
My problem is that Granular Backup Job Status just sits in Operation initializing, forever. No issues with timer service, did a clear cache on both nodes.
Is there any way of doing this from PowerShell?
After some investigation it seems that no backup works on the farm. Tried to export a site from a site collection. Still stuck in Operation initializing.

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,948 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. sco gordo 301 Reputation points
    2020-11-12T14:46:05.967+00:00

    If I'm reading this right

    By 'site', you mean site collection, correct? (Just making sure)
    https://learn.microsoft.com/en-us/sharepoint/administration/back-up-site-collections
    https://learn.microsoft.com/en-us/powershell/module/sharepoint-server/backup-spsite?view=sharepoint-ps

    If it's an spweb:
    https://learn.microsoft.com/en-us/sharepoint/administration/export-a-site-list-or-document-library

    Sounds like you'd be using something like
    Backup-SPSite https://intranet.contoso.local/sites/site_name -Path C:\Backup\site_name.bak

    I noticed it's an unattached db. Is the site collection listed when you run
    get-spsite
    ?

    0 comments No comments

  2. Alexandru Ilie 6 Reputation points
    2020-11-12T14:50:54.917+00:00

  3. Emily Du-MSFT 46,186 Reputation points Microsoft Vendor
    2020-11-13T09:04:22.727+00:00

    @Alexandru Ilie
    Based on your description, I understand that granular backup job is stuck when you restore a site collection in the central administration.

    Please check ULS log to find clues for further troubleshooting.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    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.


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.