Quick Start
connect command will try to open a psql session. When run inside a box, psql -h <box>.<project> should just work.
Create
- Creates a new Postgres box quickly
- Waits for port readiness, then prints a connect hint
- Fails if the name already exists
Connect
- Uses
psqlif available - When inside a box, direct DNS resolution works
- From a local machine, DNS/ports may not resolve;
forkr-pgwill fall back to an in-boxpsqlsession when needed
psql args after --:
Snapshot (Hard)
- Hard snapshots by default (no stop)
- Designed for instant boxes and WAL crash recovery
Box
- Creates a new box from a hard snapshot of
my-db - Keeps the source running
- New instance is ready to connect quickly
Stop (Clean)
- Performs a clean stop (CHECKPOINT + smart shutdown)
Defaults
- User:
postgres - Database:
postgres - Password:
postgres