Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion products/tools/cli/project-commands/mysql-dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ By default, Shopware CLI will try to lock the table before dumping the data. Thi

The `--anonymize` flag will anonymize known user data tables. The following tables are anonymized:

[See here for the complete list](https://github.com/shopware/shopware-cli/blob/main/cmd/project/project_dump.go#L74)
[See here for the complete list](https://github.com/shopware/shopware-cli/blob/main/internal/shop/config.go#L246)
Comment thread
Isengo1989 marked this conversation as resolved.

It is possible to customize the anonymization process by using the `dump.rewrite` configuration in the `shopware-cli.yml` file.

Expand Down
Loading