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 18, 2024

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.


Thanks @parthasarathy 

What is the best way to import previously executed deliveries along with the associated recipient history, tracking, and delivery logs from Server A to Server B? Given that Nms:delivery is linked to a large number of schemas, do we need to export data from all the associated schemas in Server A and then import them into Server B into all those related schemas? This approach seems like a significant effort. Is there a more efficient solution?