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)
Migration
chitresh
Hi Experts,
There are couple of things which i need clarity on
1. Code migration
we have to move TeamSite DCT, components, scripts from TS Dev server to TS Production server (Both are on Win2008, TS7.2.1). So is there any workflow to do so or it has to be done manually.
2. Content Migration
Similarly we have to move content i.e DCR's, pages from Dev server to Prod server.
Need your help.
Regards,
Chitresh
Find more posts tagged with
Comments
Crsb
There is no OOTB workflow or script to do this for you. but you just need to write a typical filesystem/teamsite OD job to deploy files between the 2 servers and remember to also migrate and apply EAs where needed using OD or manually/custom script.
Rick Poulin
In case you come across the iwmigrate CLT in the docs, I'll just point out that it's probably NOT what you want. That tool can be used to copy entire branches from one server to another, but it *replaces* the branch that was there before, version history and all.
As Crsb mentioned, there are no shortcuts for selectively copying stuff from dev to prod or vice-versa unless you have an implementation partner that has implemented such a tool after having run into this same requirement many times over.
There's no "silver bullet" solution because the range of TeamSite's customizability doesn't lend itself to anticipating how you'll structure your code. The best you can do is to find a way to standardize it and package it that works for you and your purposes.