File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed
Documentation/Concepts/Backend Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change @@ -67,3 +67,25 @@ You can also create a new backend user from the console:
6767
6868 and from the module :guilabel: `System > Backend Users `. The latter cannot
6969grant system maintainer rights but is available to all admins.
70+
71+ .. _admin-tools-maintenance-reference-index :
72+
73+ Check and Update Reference Index
74+ ================================
75+
76+ .. versionchanged :: 14.0
77+ This tool has been moved here from module :guilabel: `System > DB Check `.
78+
79+ TYPO3 keeps a record of relations between all records.
80+ This may get out of sync when certain operations are performed
81+ without the strict context of the backend. It is therefore
82+ useful to update this index regularly.
83+
84+ You can also use the following console command:
85+
86+ .. code-block :: bash
87+
88+ ddev typo3 referenceindex:update
89+
90+ The console command has the advantage that it does not cause time outs on large
91+ pages.
Original file line number Diff line number Diff line change @@ -106,6 +106,10 @@ When you are not familiar with cron jobs we refer to https://en.wikipedia.org/wi
106106DB check (optional)
107107===================
108108
109+ .. versionchanged :: 14.0
110+ The tool :guilabel: `Check and Update Reference Index ` has been moved to
111+ :guilabel: `Admin Tools > Maintenance `
112+
109113This module is only available if the system extension
110114:composer: `typo3/cms-lowlevel ` is installed.
111115
@@ -120,12 +124,6 @@ Search
120124 A tool to search through the whole database. It offers an
121125 advanced mode which is similar to a visual query builder.
122126
123- Check and update global reference index
124- TYPO3 CMS keeps a record of relations between all records.
125- This may get out of sync when certain operations are performed
126- without the strict context of the backend. It is therefore
127- useful to update this index regularly.
128-
129127Some third party extensions offer similar but extended functionality around
130128the database, for example :composer: `fixpunkt/backendtools ` can be used during
131129development to find all pages that contain a certain plugin or that use
You can’t perform that action at this time.
0 commit comments