Exporting a Site to a lower hotfix version

Vic Alfred Inting asked on November 25, 2014 09:55

Hey Guys,

I updated my "dev" site environment to the latest hotfix, assuming I'll deploy the entire site onto an existing environment. Now, I need to import my site to a Kentico instance with a lower hotfix version.

Is it possible to export a Kentico site to a specific (hotfix) version? Or more importantly, to a lower hotfix version.

Thanks!

Correct Answer

Martin Danko answered on November 25, 2014 12:52

Hello Vic,

Regrettably not, this is not a supported scenario by default. You should apply the same hotfix to your website.

But yes, it's possible to modify the export package manually, inside the zip file is located folder Data and there is the file cms_info.xml.export which could be modified manually, the following node stores the information about version number from which the package was exported and based on it's value is the version checked during the import:

<cms_info>
  <Key>systemversion</Key>
  <Value>7.0.5354.21110 </Value>
</cms_info>

But let me say once again that this is not a recommended way.

Best regards, Martin

1 votesVote for this answer Unmark Correct answer

Recent Answers


Vic Alfred Inting answered on November 25, 2014 15:00

Appreciate the reply Martin!

I've tried that in the past and it broke the import, unfortunately.

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on November 26, 2014 06:44

I've found there are several places within the xml files you'd need to update this. I do it quite often for webparts. It's not desired but it works, if you're careful.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.