Skip to content

Conversation

astappiev
Copy link

Introduces the --exclude_tables_data option to the wp db export command, allowing users to export only the structure of specified tables while excluding their data.

Warning: only supported by MariaDB 10.1 and later. As far as I know, not supported by MySQL.

Resolves #289

Introduces the `--exclude_tables_data` option to the `wp db export` command, allowing users to export only the structure of specified tables while excluding their data. This enhances flexibility in database management and export processes.
@astappiev astappiev requested a review from a team as a code owner October 10, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Giving multiple same arguments to mysqldump (via wp db export) only forwards the latest

1 participant