Skip to content

Commit 2944a3e

Browse files
authored
Document Corrupt examine index resolution
1 parent 528e421 commit 2944a3e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

15/umbraco-cms/reference/searching/examine/corrupt-indexes.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,19 @@ hidden: true
44
---
55

66
# Corrupt Indexes
7+
Due to various reasons,like missing files, the data integrety of the examine index files my be compromised. When this happens, Umbraco considers the index to be corrupt.
8+
Due to some systems already being hooked into the examine index lifecycle, it is safest to resolve this issue from outside of the application.
79

10+
## Resolution in a self hosted environment
11+
- Stop the website/app pool
12+
- Remove the Folder containing the corrupted index files
13+
- Restart the website
14+
15+
## Resolution on umbraco cloud
16+
- Open the project in the cloud portal
17+
- Select the correct environment
18+
- Open kudo in the debug console
19+
- Choose CMD
20+
- Navigate to `C:\home\site\wwwroot\umbraco\Data\Temp>`
21+
- Click the delete button next to the index in question
22+
- Restart the environment.

0 commit comments

Comments
 (0)