Hi, we are running stk core on the cloud on versio...
# support-questions-legacy
e
Hi, we are running stk core on the cloud on version v3.13. The newer versions has some breaking changes. Will cloud automatically update its version (so we have to update our code) or can we do it manually?
r
hey @EdwinN1337 if you are using our managed service for the core, we will do the migration on the core for you. If you are using self hosted, you have to run the d queries yourself based on the changelog
e
According to my understanding, the migration will cause breaking changes right?
r
not really. Once the migration is done, your existing backend SDK should continue to work as it is
if you also want to upgrade your backend SDK, then you have to maybe make some code changes as per the changelog
but users will not be affected.
e
Ahh oke then I misunderstood, was reading the changelog. Thought that before a automatically migration happens we had to update our backend SDK
Thanks!
r
ah no. You can update the core first and that should still all work
e
thnx!