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
log.Println("[ERROR] If a new primary has been established, consider adding a new replica with `fly machines clone <primary-machine-id>` and then remove this member.")
237
-
log.Println("[ERROR] Sleeping for 5 minutes.")
238
-
time.Sleep(5*time.Minute)
239
-
returnfmt.Errorf("unrecoverable zombie")
240
-
}
241
-
242
234
// Use the Postgres user on boot, since our internal user may not have been created yet.
// TODO - Provide link to documentation on how to address this
245
245
log.Println("[WARN] Zombie lock file does not contain a hostname.")
246
246
log.Println("[WARN] This likely means that we were unable to determine who the real primary is.")
247
+
log.Println("[WARN] If a new primary has been established, consider adding a new replica with `fly machines clone <primary-machine-id>` and then remove this member.")
0 commit comments