Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Fan-Out Deployments
JoeS
We're currently setting up a new development environment. To keep our teamsite content in sync, we would like to run a fan deployment to both the current development server and the new development server. We know how to add the new development file server to the replication farm for OpenDeploy. Does anyone know how we would we set up DataDeploy to deploy to two different databases at the same time? Thanks.
Find more posts tagged with
Comments
iwovGraduate
As far as I know, you can specify only one database target for DataDeploy. You can run multiple (two in your case) deployments sequentially.
RajatChopra
Setup two separate DD config scripts, one per environement.
Create a dummy OD script, that basically does nothing. In the DNR section, invoke both the deployment scripts.
Caution: the rollback in this case is highly unlikely. Even making them transactional might not help.
hitc
Just a note here,The only way to have a transactional DD config is to put all the deployments in one file.
make 2 separate deployments and a third one in the same file that executes the others 2. and launch the global one when you want to deploy