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

Page as Markdown

Apply, roll back, and inspect database migrations independently of server startup. Reads AGENT_REGISTRY_DATABASE_URL from the environment when –db-url is omitted.

Usage

arctl db migrate [command]

Available Commands

CommandDescription
downRoll back the N most-recent applied migrations for the selected source
forceMark version V as applied without running its SQL
statusShow how many migrations are applied vs pending across all sources
upApply all pending migrations across every registered source
versionPrint the highest applied migration version

Command-specific flags

--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.

Global flags

-h, --help: Display help information for the command.