Skip to content

kumiko reset

Terminal window
kumiko reset

Destructive. docker compose down -v (volume wipe), then up -d. All local data is gone — DB rows, Redis keys, Meilisearch indices, everything.

  • 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 migrate apply to recreate your schema.

If you have local data you care about — there is no undo.