Question

replicate the complete system on same instance

Hello Community

I have a requirement in which I have to replicate the complete system with all the functionalities in a new package on the same instance . Both the systems should work independently, means all the processes and business rules should work in both the system independently. 

I can not use replacing object as it will replace the object of base system which I do not want. Also I tried to make a new object by using the object of base system as a parent but if I do this then I have to make changes in business process also. 

Is there any way by which I can get the same system with all the functionalities working independently for both the systems.

Like 0

Like

4 comments

Hello Rahul,

 

Hope you're doing well.

 

Could you please specify what do you mean under the phrase "replicate the complete system with all the functionalities in a new package on the same instance"? Do you want to have a copy of the site that will be deployed on the same server as the original site?

 

Thank you in advance.

 

Best regards,

Roman

Roman Rak,

Yes Roman I want a copy of the site that will be deployed on the same server as the original site. Also as per the requirement both the modules should be working independently and changes in one module should not affect other.

 

Thank you 

Best regards,

Rahul

Hello Rahul,

 

Thank you for your reply.

If I understood your business task correctly, you can do it by creating a copy of the current instance and installing to the same DB server. In this case, you just will need to use different configurations, ports, etc. for connecting to services and also need to pay attention to configured integration as far they can stop working with a new configuration for the copied site. Anyway, we recommend using a separate server for different instances as far as they can interfere with each other in case one of them will be, let's say, high loaded (especially if you want to develop additional modules and packages in the future). For example, ideally, Redis is better to be placed on a separate server, but if this is not possible, then it would be more optimal to place it together with a web server.

 

You can use the next calculator to estimate which hardware and software requirements should be satisfied to install the needed application bundle:

https://academy.creatio.com/docs/requirements/calculator?document=studio

 

Additionally, the next links might be helpful:

https://academy.creatio.com/docs/user/on_site_deployment

https://community.creatio.com/questions/using-separate-databases-devtes…

 

Best regards,

Roman

Roman Rak,

Thankyou for you response.

Show all comments