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)
Datadeploy n branches to 1 database schema
RonaldV
HI,
We currently have datadeploy set up to deploy n branches to 1 database schema. In the database all records have a branch-identifier that tell from what branch the record originates (and at the same time at what portal the record should show, but that is irrelevant for datadeploy).
The current deploy deletes all current data from the db and then deploy all branches. We want to change so that we can deploy a single branch, this should then update (or delete/insert) only the records that have a matching branch-identifier. It should not affect record with a different branch-id (Did I make myself clear here?)
Our current deploy config details are:
- wide tables
- destinations.database: update-type="standalone" clear-table="yes" ignore-delete-tracker="yes" state-field="state" real-update="yes"
- enforce-ri is not set
Questions:
- Can this be done via datadeploy?
- would real-update & enforce-ri be of help here?
- would "where-clause" be of help here?
Hope to hear from you.
Find more posts tagged with
Comments
RonaldV
Anybody on this?