1
votes

We have a strange scenario in our production. Every day we see one of our multisite parent item is deleted from the web database.

Each multisite is region specific and has region language version and default English as fallback version.

  1. we reviewed our items publishable check box, it is set to publishable
  2. our lower environments cannot access the prod master/web databases to overwrite
  3. Reviewed our publish logs on any delete activity- nothing was found there
  4. Delete empty versions setting is true in Sitecore settings
  5. we have set up publish server following the scalability guide

We see sometimes our language definition items are also getting deleted. Need help as we are not able to think of what is going wrong.

1
Do you have a schedule job to do deployments? maybe it's not because the publishable option but for the Workflow Draft state. I had the problem because of the Workflow's stateMelvinr
hi @Melvinr, thanks for the comment. We don't have any workflow setup. All publish happens manually. Got some help from with in organization with below link. However, this is because of v7.2. We are using v7.5.phani
Did you verify if this bug is not also available in 7.5? Did you contact Sitecore Support, maybe they have a fix fir this?Kevin Brechbühl
hi Kevin, we added the suggestions provided in mysterious sitecore content items missing.phani

1 Answers

0
votes

We engaged Sitecore team for support. The issue is with Unicorn Dataprovider that we are using. The Dataprovider is not supposed to make it's way into higher environments as per Unicorn documentation. We removed the provider in Production boxes and everything looks fine now.