Can I deploy multiple operate(v8) instances?

I wonder if I deploy multiple operate instances which connected to the same zeebe and es will there be some data conflict problem?
thank you.

Hi @Lethe_Yi

Not a guarantee: but it seems like it should work. Why do you want to do this, out of interest?

Josh

It’s a long story.
when we try to upgrade operate from 1.2.x to 8.0,we meet a problem that operate takes a long time to launch when migrate ES data because of an invalid document.
During this time we want to launch another operate instance with auto-migrate set to false so that this instance can provide service.
finally we resolved the failed-to-launch problem so that we don’t need launch another instance.