N98\Magento\Command\Database\DumpCommand::postDumpPipeCommands PHP Method

postDumpPipeCommands() protected method

Commands which filter mysql data. Piped to mysqldump command
protected postDumpPipeCommands ( ) : string
return string
    protected function postDumpPipeCommands()
    {
        return ' | LANG=C LC_CTYPE=C LC_ALL=C sed -e ' . escapeshellarg('s/DEFINER[ ]*=[ ]*[^*]*\\*/\\*/');
    }