Skip to content

Commit

Permalink
Merge pull request #2850 from gravitl/release-v0.23.0
Browse files Browse the repository at this point in the history
Release v0.23.0
  • Loading branch information
abhishek9686 authored Mar 5, 2024
2 parents 37e877c + e7eb40a commit d390f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion migrate/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func MigrateEmqx() {
slog.Info("proceeding to kicking out clients from emqx")
err = mq.KickOutClients()
if err != nil {
logger.Log(0, "failed to migrate emqx: ", "kickout-error", err.Error())
logger.Log(2, "failed to migrate emqx: ", "kickout-error", err.Error())
}

}
1 change: 1 addition & 0 deletions mq/mq.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func SetupMQTT() {
log.Fatal(err)
}
} else {
emqx.DeleteEmqxUser(servercfg.GetMqUserName())
if err := emqx.CreateEmqxUserforServer(); err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit d390f44

Please sign in to comment.