Skip to content

Commit 514c3a1

Browse files
committed
[TASK] Migrate "Reference Index" check into EXT:install
References: https://review.typo3.org/c/Packages/TYPO3.CMS/+/90955 Releases: main
1 parent 29d3371 commit 514c3a1

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

Documentation/Concepts/Backend/AdminTools/Maintenance.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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
6969
grant 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.

Documentation/Concepts/Backend/SystemModules/Index.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ When you are not familiar with cron jobs we refer to https://en.wikipedia.org/wi
106106
DB 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+
109113
This 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-
129127
Some third party extensions offer similar but extended functionality around
130128
the database, for example :composer:`fixpunkt/backendtools` can be used during
131129
development to find all pages that contain a certain plugin or that use

0 commit comments

Comments
 (0)