Skip to content

Commit 69687f3

Browse files
authored
Revert "updating upgrade_status: completed (#1833)" (#1920)
* Revert "updating upgrade_status: completed (#1833)" This reverts commit 23be42a. * Leaving in upgrade_status field for retry functionality
1 parent 5258263 commit 69687f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/pkg/api/handleAck.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,6 @@ func (ack *AckT) handleUpgrade(ctx context.Context, zlog zerolog.Logger, agent *
511511
doc := bulk.UpdateFields{
512512
dl.FieldUpgradeStartedAt: nil,
513513
dl.FieldUpgradedAt: now,
514-
dl.FieldUpgradeStatus: "completed",
515514
}
516515

517516
body, err := doc.Marshal()

0 commit comments

Comments
 (0)