Guest User

Untitled

a guest
Jun 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.65 KB | None | 0 0
  1.             rsyncManager.deployRequestRsyncHarness(originalCustomerInstallationId, deployRequest, RsyncType.BINSTORE_INITIAL);
  2.  
  3.             rsyncManager.deployRequestRsyncHarness(originalCustomerInstallationId, deployRequest, RsyncType.JIVEHOME_INITIAL);
  4.  
  5.             copyWebAppManager.syncWebApps(deployRequest.getCustomerInstallationId(), deployRequest.getDeployRequestId());
  6.  
  7.             databaseDumpRestore(deployRequest, originalCustomerInstallationId, DatabaseDumpType.APP_INITIAL);
  8.  
  9.             databaseDumpRestore(deployRequest, originalCustomerInstallationId, DatabaseDumpType.ANALYTICS_INITIAL);
  10.  
  11. return true if ALL of the above returned true
Add Comment
Please, Sign In to add comment