Skip to Main Content
InterSystems Ideas
We love hearing from our users. Tell us what you want to see next and upvote ideas from the community.
* Bugs and troubleshooting should as usual go through InterSystems support.
Status Ideas Contest
Categories InterSystems IRIS
Created by Veerarajan Karunanithi
Created on Jun 21, 2024

Automated Schema Comparison and Synchronization

Problem : if we are maintaining the two separate instances for load balancer. we can't able to maintain the schema comparison and synchronization.

it is possible by using git redeploy. but we need to redeploy the code.


Proposal : instead we need to schema comparison and synchronization tool to compare the two instances

  • ADMIN RESPONSE
    Jun 21, 2024

    Thank you for submitting an idea for the Ideas contest. The status changed to "Ideas Contest".

    Please answer the experts' clarifying questions, if any, during the contest and voting period.

  • Benjamin De Boe
    Reply
    |
    Jul 2, 2024

    When you say schema comparison, are you talking about just the SQL schema, or more broadly all class code and/or interop productions?

    Also, have you considered having those instances share the same routine database over ECP? That'd make sure your code is always synchronized between the two.