You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("no primary to follow and can't configure self as primary because primary region is '%s' and we are in '%s'", n.Region, os.Getenv("PRIMARY_REGION"))
178
178
}
179
179
180
-
// Initialize ourselves as the primary.
181
180
conn, err:=n.NewLocalConnection(context.TODO())
182
181
iferr!=nil {
183
182
returnerr
184
183
}
185
184
185
+
// Initialize ourselves as the primary.
186
186
iferr:=n.createRequiredUsers(conn); err!=nil {
187
187
returnfmt.Errorf("failed to create required users: %s", err)
0 commit comments