Devops Start Services
Table of Contents
1. When to use this skill
Bringing the service fleet up — NATS and the ores services.
2. How to use this skill
- Check the database is up and current before starting anything. The services fail their first query against a missing or stale schema, and the failure surfaces as a service crash rather than a database error.
- Start the fleet with the recipe below, then verify. Starting is asynchronous: the command returns before the services are ready.
- Read the status, do not assume it.
runningis the only state that means ready;startingmeans the health check has not passed yet, andmissingmeans the unit is not installed in this worktree at all.
3. Recipes
- How do I start the ORE Studio services? — starting the fleet and verifying it.
4. Reference
- ores.compass — the tool every one of these commands runs through.