lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

Update commit version

Open eden-ohana opened this issue 2 years ago • 1 comments

On the kv migration remove/update the commit version that was added after the parent switch bug on the merge.

const (
   CommitVersionInitial CommitVersion = iota
   CommitVersionParentSwitch

   CurrentCommitVersion = CommitVersionParentSwitch
)

eden-ohana avatar Jul 31 '22 07:07 eden-ohana

@eden-ohana Do we need it for the release?

N-o-Z avatar Aug 01 '22 08:08 N-o-Z

can't be done - lakeFS kv migration can't change commit IDs

itaiad200 avatar Sep 04 '22 06:09 itaiad200