-
I'm doing a regular dump of a database and excludeTables tends to remove tables structure too but i only want to remove it's data but keep the table structure for example i want to dumb database with log table but not it's data |
Beta Was this translation helpful? Give feedback.
Answered by
aveein
Mar 6, 2025
Replies: 1 comment 1 reply
-
Have you found a solution yet? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, obtain the skeleton of the excluded table, merge it with the included table, and then zip the sql.