Reset Db banner
alkem-io alkem-io

Reset Db

Data community

Description

--- description: Reset the local development database and services (full wipe + re-seed) --- Run the database reset script with a **6-minute timeout** (typical run is 2-3 min; script-internal waits cap at ~4 min): ```bash bash .scripts/reset-db.sh ``` **Important:** Use a 360 000 ms timeout — this covers the script's internal polling budgets (60 s PostgreSQL + 90 s Kratos + 90 s GraphQL) plus compose, migration, and compilation time. Report each step's outcome to the user. If the script fail

Installation

Installs to ~/.claude/commands/alkem-io-server-reset-db.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alkem-io/server/HEAD/.claude/commands/reset-db.md -o ~/.claude/commands/alkem-io-server-reset-db.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository