mix ex_atlas.upgrade (ExAtlas v0.5.0)

Copy Markdown View Source

Runs upgrade steps between ExAtlas versions.

Invoke after updating the atlas dep:

mix deps.update atlas
mix ex_atlas.upgrade

Or via Igniter's aggregate upgrader:

mix igniter.upgrade atlas

Arguments

When called directly by mix igniter.upgrade, receives <from_version> <to_version>. When called directly by you, reads versions from mix.lock and the current atlas mix.exs; defaults to running all upgraders if versions can't be determined.

Registered upgraders

0.10.2 — no-op (placeholder). Reserved for surface migrations between the pre-Fly compute-only release and the infrastructure SDK release that introduced ExAtlas.Fly.*.