コンテンツにスキップ
これは最新の機能を備えた最新リリースですが、長期サポートは提供されません。サポートを継続するには、新しいリリースごとにアップグレードするか、四半期ごとの安定版リリースをご利用ください。

For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.

arctl db migrate up

Page as Markdown

登録順序に従って、登録済みのすべてのソースに対して保留中のマイグレーションを適用します。ソースごとに、オーケストレーターが pg_advisory_lock を取得して並行する Pod を直列化し、Steps(1) → LegacyRun (定義されている場合) → Up() を実行します。

	The --source flag is intentionally not applicable to up; pass it only

ソース単位のサブコマンド (down/goto/force) に対して使用します。

使用方法

arctl db migrate up [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.