mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 21:12:37 +08:00
IAM: turn off migration causing instances to crashloop (#94642)
This commit is contained in:
@ -160,7 +160,8 @@ func addUserMigrations(mg *Migrator) {
|
||||
mg.AddMigration(usermig.AllowSameLoginCrossOrgs, &usermig.ServiceAccountsSameLoginCrossOrgs{})
|
||||
// Before it was fixed, the previous migration introduced the org_id again in logins that already had it.
|
||||
// This migration removes the duplicate org_id from the login.
|
||||
mg.AddMigration(usermig.DedupOrgInLogin, &usermig.ServiceAccountsDeduplicateOrgInLogin{})
|
||||
// TODO(aarongodin): this migration was causing instances to fail to start. It must be corrected before being added
|
||||
// mg.AddMigration(usermig.DedupOrgInLogin, &usermig.ServiceAccountsDeduplicateOrgInLogin{})
|
||||
|
||||
// Users login and email should be in lower case
|
||||
mg.AddMigration(usermig.LowerCaseUserLoginAndEmail, &usermig.UsersLowerCaseLoginAndEmail{})
|
||||
|
Reference in New Issue
Block a user