-
Couldn't load subscription status.
- Fork 67
Closed
Description
wp db reset drops the entire database and recreates it. However, if you have multiple WP instances sharing the same DB (using different table prefixes) that kills all the instances, not just the one you need to reset.
Please either change the semantics of wp db reset or provide a new wp db clean command (or similar command name) that only drops the tables.
lukecav