- Log in to post comments
User bio
404 bio not found
Member since Nov 4, 2015
Posts:
Replies:
Ciao Pietro,
Great comprehensive article, especially, the Python project details clearly explained and the IRIS MCP servers list you've found! And of course, great blueprint if anyone wants to expand on. Thanks for sharing it and compiling the whole thing so nicely.
- Log in to post comments
HI Lukas,
Yes, the containers that you see at https://containers.intersystems.com/contents/containers are supported for production use, aside the Community Edition. For HealthShare please reach out to your relevant contact.
HTH
- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
Luca has no Certifications & Credly badges yet.
Followers:
Following:
Hi Luis,
You stand correct in that schema evolution is the responsibility of the application or solution developer. I would recommend making sure you version your solution, as you already suggested, and have a corresponding function to run the necessary conversion or evolution.
As you run your new pod/container carrying the new solution version code, you would mount your PVCs and check on the existing version of your schema in the PVC and then run the conversion.
As a schema evolution might take some time, you might want to make sure you inhibit DB activities via one of the switches we offer: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI.Page.cls?KEY=GSTU_remote_switch
HTH