Skip to content

Commit

Permalink
add: Enhance IncompatibleLocalClusterVersion error message (#4303)
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata authored Jan 3, 2025
1 parent e8a0411 commit c9aac27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fluvio-cluster/src/check/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pub enum UnrecoverableCheckStatus {
CreateLocalConfigError,

/// The installed version of the local cluster is incompatible
#[error("Check Versions match failed: cannot resume a {installed} cluster with fluvio version {required}.")]
#[error("Check Versions match failed: cannot resume a {installed} cluster with fluvio version {required}.\nShutdown the cluster with \"fluvio cluster shutdown\" and use \"fluvio cluster upgrade\" to update to the new version")]
IncompatibleLocalClusterVersion {
/// The currently-installed version
installed: String,
Expand Down

0 comments on commit c9aac27

Please sign in to comment.