Skip to content
Latest (currently 2026.7.0) has the newest features, bug fixes, and CVE patches of Solo Enterprise for agentregistry.

arctl db migrate up

Page as Markdown

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.