The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

KiokuDB::Cmd::Command::FSCK - Check for broken references

SYNOPSIS

    % kioku fsck -D bdb-gin:dir=data/

    # to fix any problems:

    % kioku edit -D $dsn $( kioku fsck -D $dsn --print )

DESCRIPTION

This commands uses KiokuDB::LinkChecker to search for broken references.

ATTRIBUTES

print

When true the IDs will be printed to STDOUT, allowing you to dump the broken entries:

    kioku dump --dsn ... $( kioku fsck --dsn ... --print )