Skip to content

Commit

Permalink
Revert "updating upgrade_status: completed (#1833)" (#1920) (#1931)
Browse files Browse the repository at this point in the history
* Revert "updating upgrade_status: completed (#1833)"

This reverts commit 23be42a.

* Leaving in upgrade_status field for retry functionality

(cherry picked from commit 69687f3)

Co-authored-by: Julia Bardi <[email protected]>
  • Loading branch information
mergify[bot] and juliaElastic authored Sep 30, 2022
1 parent 85fbe8e commit c8a3569
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/api/handleAck.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ func (ack *AckT) handleUpgrade(ctx context.Context, zlog zerolog.Logger, agent *
doc := bulk.UpdateFields{
dl.FieldUpgradeStartedAt: nil,
dl.FieldUpgradedAt: now,
dl.FieldUpgradeStatus: "completed",
}

body, err := doc.Marshal()
Expand Down

0 comments on commit c8a3569

Please sign in to comment.