Closed balintbrews closed 6 years ago
Implement command to export a MySQL dump to a specified destination. Export sanitized data by default and allow a flag to be passed to change that.
mysql:dump --destination=... [--non-sanitized]
Write a task named taskMySqlDump with the following options (implemented as class methods to set those options):
taskMySqlDump
host
port
dbname
user
password
destination
sanitize
fakerLocale
skip-tables
structure-only
🗺 See the big picture and find more information on this board: https://app.mural.co/t/relevantbits3735/m/relevantbits3735/1536919231246/07e00f760d984cb65ecd82b72e75dffaeb3017bd
Implement command to export a MySQL dump to a specified destination. Export sanitized data by default and allow a flag to be passed to change that.
mysql:dump --destination=... [--non-sanitized]
Write a task named
taskMySqlDump
with the following options (implemented as class methods to set those options):host
port
dbname
user
password
destination
sanitize
fakerLocale
skip-tables
structure-only
🗺 See the big picture and find more information on this board: https://app.mural.co/t/relevantbits3735/m/relevantbits3735/1536919231246/07e00f760d984cb65ecd82b72e75dffaeb3017bd