Runs the one-time-per-DB boot sequence: install sqlx drivers, migrate the
admin DB, run the idempotent global seed (seed_complete-guarded), and load
config. Every startup path MUST call this before reading config — the web
binary calls it directly; the CLI/server path goes through start. Safe
to call on an already-booted DB (migrate + seed are idempotent).