Darshan Hiranandani : How to Upgrade Docker Image to Latest Version and Handle Potential Breaking Changes?

Hello team,

I’m Darshan Hiranandani, currently using Docker image version 0.19.0 locally, and I’m looking to upgrade to the latest version. Can anyone guide me on how to do this properly? Additionally, are there any potential breaking changes I should be aware of during the upgrade process?

Thanks in advance for your help!

Regards
Darshan Hiranandani

hi!

0.19.0 is a really old version.

Depending on the size of your dataset it is better to spin up a new cluster on latest and migrate your data over.

If you want to go the route of migrating the server versions, make sure to go version by version.

so 0.19.latest > 0.20.latest > 0.21 and so on.

Let me know if this helps!

THanks!