kumiko reset
kumiko resetDestructive. docker compose down -v (volume wipe), then up -d.
All local data is gone, DB rows, Redis keys, Meilisearch indices,
everything.
When to use
Section titled “When to use”- Tests left the DB in a weird state
- Migration files diverged from the actual DB and you want to start clean
- After bumping a Postgres major version
Always follow with kumiko schema apply to recreate your schema.
When NOT to use
Section titled “When NOT to use”If you have local data you care about, there is no undo.
See also
Section titled “See also”kumiko stop, non-destructive shutdownkumiko schema, recreate schema after a reset