Guides
Upgrade Cyndra version
How to upgrade to newer Cyndra versions
-
Check the Releases page for any considerations regarding breaking changes in the new release.
-
Upgrade your Cyndra CLI with one of the options below:
cyndra upgrade
(available in v0.48.0+) (runs the install script below for you)curl -sSfL https://docs.cyndra.dev/install | bash
(Linux and macOS)iwr https://docs.cyndra.dev/install-win | iex
(Windows)cargo binstall cargo-cyndra
cargo install cargo-cyndra
-
Update your project’s Cyndra dependencies in
Cargo.toml
:Cargo.toml -
Test that your project works with
cargo check
/cyndra run
. -
Finally, redeploy your Cyndra app with
cyndra deploy
.