logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rt-validator - check and correct validity of records in RT's database

Description

       This script checks integrity of records in RT's DB. May delete some invalid records or resurrect
       accidentally deleted.

Name

       rt-validator - check and correct validity of records in RT's database

Options

       check
               mandatory.

               it's equal to -c

       verbose
               print additional info to STDOUT
               it's equal to -v

       resolve
               enable resolver that can delete or create some records

       force
               resolve without asking questions

       links-only
               only run the Link validation routines, useful if you changed your Organization

perl v5.40.1                                       2025-02-23                                    rt-validator(8)

Synopsis

           rt-validator --check
           rt-validator --check --verbose
           rt-validator --check --verbose --resolve
           rt-validator --check --verbose --resolve --force

See Also