Skip to content
Snippets Groups Projects

fix: wrong pico_service password + picodata expel --user

Merged Georgy Moshkin requested to merge gmoshkin/fix-wrong-pico_service-password into master
2 files
+ 6
9
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -22,7 +22,7 @@ pub enum Error {
actual: &'static str,
},
/// cluster_id of the joining instance mismatches the cluster_id of the cluster
#[error("cannot join the instance to the cluster: cluster_id mismatch: cluster_id of the instance = {instance_cluster_id:?}, cluster_id of the cluster = {cluster_cluster_id:?}")]
#[error("cluster_id mismatch: cluster_id of the instance = {instance_cluster_id:?}, cluster_id of the cluster = {cluster_cluster_id:?}")]
ClusterIdMismatch {
instance_cluster_id: String,
cluster_cluster_id: String,
Loading