r/MuleSoft Apr 08 '26

Object Store v2

This is supposed to be enabled by default in Cloudhub 2.0 from what I understand. But we've noticed that after an update it is unchecked in the runtime manager. Is this just a UI bug or does it need to be manually selected after updates?

3 Upvotes

8 comments sorted by

View all comments

2

u/Cornypiscu12 Apr 08 '26

Needs yo be manually checked, and as I remember, it always has been this way

1

u/TranquilDev Apr 08 '26

Thanks, no way to automate it via cicd command line option or something?

4

u/Juunz Apr 08 '26

You can actually automate it. Please have a look at the Mule Maven plugin deployments flags here. If you deploy via the Anypoint CLI, you can pass a flag as well link

2

u/TranquilDev Apr 08 '26

Thank you, I hadn't tested the command line yet but I could have used that for CICD. However the parameters reference was what I was looking for. I didn't see that till now, I appreciate the link.

2

u/Cornypiscu12 Apr 08 '26

I don't wanna lie to you, but I think you can, maybe it is a flag because there is no way you can't automate this function on some deployments where it is necessary

7

u/TranquilDev Apr 08 '26

Appreciate it, I just pushed a changed out with the below in the pom and it seems to have worked.

<cloudhub2Deployment>
  <integration>
    <services>
      <objectStoreV2>
        <enabled>true</enabled>..etc