Devops Recreate DB
Table of Contents
1. When to use this skill
The schema drifted (bearings warns), migrations need a clean slate, or the database is wedged: rebuild from scratch.
2. How to use this skill
Recreate — drop, create, schema, seed:
./projects/ores.compass/compass.sh db recreate -y -k
Stop services first if they hold connections:
compass services stop.Verify:
./projects/ores.compass/compass.sh services status
3. Recipes
- How do I start the ORE Studio services? — the database rebuild and the service restart around it.
4. Reference
- How do I orient a new session? — surfaces schema drift.