While creating kv (version 2) I often run into following messages when writing to such kv backend. What is the recommended way to avoid getting these errors. Should I pause/wait and check for a condition before writing?
URL: PUT https://vault:8200/v1/<path to kv redacted>
Code: 400. Errors:
Upgrading from non-versioned to versioned data. This backend will be unavailable for a brief period and will resume service shortly.
I too am getting this error but only from the UI. I didn’t receive it when creating the first 2-3 kv2, then suddenly started getting it everytime I created a new kv2.
Running on 1.6.0, newly created and using Minio (s3) as my backend.