[datomic cloud] Trying to update my development solo stack to the latest version. Following the instructions from the documentation (as I understand them), I click “update” on the nested CF stack for “compute” … however, I am presented with a warning: > It is recommended to update through the root stack > Updating a nested stack may result in an unstable state where the nested stack is out-of-sync with its root stack. Is this something I should worry about, it’s not mentioned in the documentation (I’m I updating the wrong stack?)
Don't know the answer to your specific question but in the future I recommend always deploying storage and compute as separate stacks.
@jake.shelby you should split your stack before you upgrade
you should definitely NOT upgrade a nested stack
see https://docs.datomic.com/cloud/operation/split-stacks.html
okay thanks, it wasn’t clear to me if a solo stack needed to be split at all (because these docs seemed to be specifically for production deployments)
ah, yes it should be
and we'll look at improving those docs
great, thanks for the responsiveness!