Question

Nordea
SE
Last activity: 15 Mar 2021 4:56 EDT
Application Splitting
Hi,
We have a setup where there are 5 applications running on the same database and app server. For some internal reason, we are deciding to create separate environments (separate app server and DB) for each application. We are going ahead with the below approach:--
1) Taking 5 copies (clones) of the current DB and set them up with individual app servers
2) Once the environment is setup, we will take each environment and cleanup the data for other applications which are not needed.
we can identify some of the data in OOTB tables which can be cleared but would need advice if we have to check anything else during this process.
Also, would really appreciate if someone can provide an alternate solution on the same.