The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 )