Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Add ignorable-tables system:dump option, ignore dead_message by default and use --hex-blob dump
issue: NEXT-18675
author: Joshua Behrens
author_email: [email protected]
author_github: @JoshuaBehrens
---
- Added option
ignore-tables
insystem:dump
to allow better re-usage in non e2e cases - Added
dead_message
table as default ignored table on dumpsystem:dump
- Added
--hex-blob
option to mysqldump to ensure correct encoding for blob values like primary keys as the command output is running through a shell pipe which can break binary content