OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

DB integrity-checking feature should be included in Orchard core #2167

Open orchardbot opened 12 years ago

orchardbot commented 12 years ago

@pszmyd created: https://orchard.codeplex.com/workitem/18340

It's very easy to corrupt Orchard db - there should exist a feature that would run some integrity checks (recurrently or on-demand) and/or automatically fix any errors it finds (eg. orphaned records, references to non-existent content item IDs and so on).

orchardbot commented 12 years ago

@sebastienros commented:

"It's very easy to corrupt Orchard db": Can I have a repro ?

orchardbot commented 12 years ago

@pszmyd commented:

Send some cosmic rays to your db, that should do the trick. Otherwise, try to remove a content item version record.

orchardbot commented 12 years ago

@bleroy commented:

content item record, not version, I think.