Copying Perfs between environments

Hi hi,

Does anyone already have a script to copy performances between environments? Don't want to do a full refresh since there a bunch of other config changes we are testing with a new website, but too lazy to keep building events in both Prod and Dev. 

If not I'll build off of the refresh and TP_DELETE_PERFORMANCE procedures.

-AAA

  • Wow - this would be a beautiful thing if it did exist......I have to do a fair bit of that sort of work and we do not always do frequent PROD to DEV copydowns (usually based on whatever ongoing work is being done and quite often needs to be stable for Tess Network folks to make customization adjustments, so therefore not fitting into my building timelines).  Our TEST environment gets copied daily from PROD, but it doesn't point to our TNEW QA environment, and inevitably something that I am testing needs to be looked at in TNEW.  

    On the other hand, it is always a useful way to stay completely up to speed on perf and package building best practices...... ;-)

    -Anne

  • Dave Pitak, who is infinitely more skilled than I, was able to replicate copying a perf within one environment, but left the selects as coming from LIVE, and pointed all the inserts at DEV. It makes a ton of assumptions and skips things like adding keywords, but it suits our needs. Uses original perf code and target prod season. I'll share it once we give a spin a few more times!