Bugfix Release 9.0.2
We’ve just pushed out n98-magerun2 9.0.2, a quick bugfix release focusing on improving database dump functionality.
This release primarily addresses a regression (reported in #1731 by Sascha Renz) where the --exclude
parameter for table structures was not correctly respected when used alongside --strip
during a db:dump
. This could lead to unintended table structure inclusions.
The fix, implemented in #1732, ensures that excluded table structures are now properly honored, providing more reliable and precise database dumps.
We recommend all users update to 9.0.2 to benefit from this important fix, especially if they use db:dump
.
0 Comments