arctl db migrate up
Applies pending migrations for every registered source in registration order. Per source, the orchestrator acquires a pg_advisory_lock so concurrent pods serialize, then runs Steps(1) → LegacyRun (if defined) → Up().
The --source flag is intentionally not applicable to up; pass it only
on the per-source subcommands (down/goto/force).
Usage
arctl db migrate up [flags]Global flags
-h, --help: Display help information for the command.
--db-url string: PostgreSQL connection URL (defaults to value of AGENT_REGISTRY_DATABASE_URL env var).
--source string: Migration source name for per-source ops (down/goto/force/version); inferred when only one source is registered. Not applicable to up or status — those aggregate across every registered source.