1RT-VALIDATOR(1) User Contributed Perl Documentation RT-VALIDATOR(1)
2
3
4
5 check_integrity
6 Takes two (table name, column(s)) pairs. First pair is reference we
7 check and second is destination that must exist. Array reference can be
8 used for multiple columns.
9
10 Returns 0 if a record is missing or 1 otherwise.
11
13 rt-validator - check and correct validity of records in RT's database
14
16 rt-validator --check
17 rt-validator --check --verbose
18 rt-validator --check --verbose --resolve
19 rt-validator --check --verbose --resolve --force
20
22 This script checks integrity of records in RT's DB. May delete some
23 invalid records or ressurect accidentally deleted.
24
26 check
27 mandatory.
28
29 it's equal to -c
30
31 verbose
32 print additional info to STDOUT
33 it's equal to -v
34
35 resolve
36 enable resolver that can delete or create some records
37
38 force
39 resolve without asking questions
40
41 links-only
42 only run the Link validation routines, useful if you changed your Organization
43
44
45
46perl v5.30.0 2019-07-26 RT-VALIDATOR(1)