AI OnAI Off
Hope that helps!
You had the mirroring functionality for setting it up to run automagically before. I wouldn't recommend any automatic solution using api on this part. Possible...sure. Good idea? Probably not.
The database have ony two unique data and those can be set with sql-sript
use MySite update dbo.[tblSiteDefinition] set SiteUrl = 'http://test.site.com/' where Name = 'MySite'; update dbo.[tblHostDefinition] set Name = 'test.site.com' where Name = 'www.site.com';
Not automatic but a click of a button .
What is thus mirroring you are talking about ?
Hi
I'm new to epi .
Looking for a method to copy the site form low environment to higher environment.
What Is the most efficient way to do it ?
I sow the api and PowerShell cmdlet what do you suggest for content migration ?