Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is the best way to Import content from Tridion 5.2 to Tridion 2011 SP1

Tags:

tridion

what is the best way to Import content from Tridion 5.2 to Tridion 2011 SP1, content porter? or Kapow

like image 417
Lucas Avatar asked Jan 24 '13 15:01

Lucas


3 Answers

To upgrade the DB you would have to follow this path: 5.2 => 5.2 SP1 => 5.3 SP1 => 2011 SP1. This information can be found in the documentation available on www.sdltridionworld.com

Additionally you would need to:

1.- Rebuild store procedures.

2.- Rebuild search index.

3.- Optimize stats.

In case you want to migrate only bits and pieces you are looking into extract content from 5.2 using business connector and then importing this into 2011 using CoreService.

like image 159
Asier Fernández Avatar answered Nov 07 '22 06:11

Asier Fernández


What about upgrading the database? Or are you going to sanitize content?

I would probably try Content Porter (due to cost) but take into attention all dependencies that might come with it.

like image 31
Nuno Linhares Avatar answered Nov 07 '22 07:11

Nuno Linhares


Do you have two different Tridion environments set-up already? Is the content in your 5.2 environment old? Has it seen a lot of updates already? Does the code remain exactly the same (vbscript?) Does your client really want all the content, or just parts of it?

If it really is just a case of an upgrade without anything changes in code, design or implementation you should use Asier Fernandez's solution with the database upgrade.

Anything else that is going to be an upgrade of Tridion systems, but with many other site changes you should considers a more manual approach (cheaper in the end) Bart Koopman once wrote a ncie blog about it: http://www.tridiondeveloper.com/how-to-say-goodbye-to-your-migration-tool

like image 3
Hendrik Beenker Avatar answered Nov 07 '22 06:11

Hendrik Beenker