Migrate campaigns from one Adobe Campaign v7 server to another Adobe Campaign V7 | Community
Skip to main content
Level 2
August 16, 2024
Solved

Migrate campaigns from one Adobe Campaign v7 server to another Adobe Campaign V7

  • August 16, 2024
  • 1 reply
  • 1505 views

We are planning to migrate campaigns from one Adobe Campaign v7 server to another.

The plan involves a lift and shift of schemas, importing technical workflows, campaigns, delivery templates, etc., using package import sequentially. To import previously executed campaigns along with the related historical tracking and delivery logs, I am considering extending the campaign, tracking, and delivery log schemas and using an import workflow to load the data.

What is the best way to import historical tracking and delivery logs? Does this approach work, and does anyone see any challenges with it?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ParthaSarathy

Hi @adobegm ,

You can also export using package management. Create a package and import in the below order,

Folder -data schema - input form - options & enumeration (if any) -campaign (nms: operation) - xtk:workflow

For importing data, first extract the data into a CSV file from source instance and store it in SFTP. Then create an import workflow in Target instance and import the csv file from SFTP and insert the records in relevant schema.

1 reply

DavidKangni
Community Advisor
Community Advisor
August 16, 2024

HI @adobegm 

 

It sounds like duplication of instance.

 

Please check the duplicating environments steps documentation.

Thanks,

David 

David Kangni
adobegmAuthor
Level 2
August 17, 2024

Thanks for the response @davidkangni .

My apologies for not being clear with my earlier request. This case doesn't involve duplicating one environment with another entirely. The client is currently running some campaigns in the source campaign instance and others in the target campaign instance. The goal is to migrate the campaigns from the source instance to the target instance so that the source instance can be safely decommissioned.

 

what is the sequential way to do this? I would need a suggestion on importing historical campaigns and tracking, delivery logs.

adobegmAuthor
Level 2
August 21, 2024

Packages will import only the structure and configurations. They will not import the data.

 

You may need a DBA or a data architect to ingest the data because you will have data integrity and primary key/id conflicts to handle.

Thanks,

David


@davidkangni  yes, need to handle Key/id conflicts. But my question is does that need to be managed across all the related schemas of deliveries schema? This approach seems like a significant effort. Is there a better way?