Does anybody have experience automating deployments with Kentico? E.g. the difficulty of synchronizing document types, bizforms etc to another server?

link|improve this question

62% accept rate
feedback

3 Answers

I've used the built in content staging module to do this sort of thing. Unfortunately it's not all Unicorns and Rainbows. There were definitely some bugs in the module which essentially serializes the data from one server, and deserializes on the target server.

That was back in version 5.5 or 5.5R2 though, and they released version 6 a few months ago. I would take some time and look at the documentation for it's limitations, and then maybe give it a test before committing to it. It can definitely work for some, but it may not be Content Editor friendly.

Kentico Developer Documentation on Content Staging Module

link|improve this answer
They are planning on adding more staging/deployment/workflow levels for v7. See kentico.uservoice.com/forums/33825-staging/suggestions/… and kentico.uservoice.com/forums/33855-workflow/suggestions/… – Jon Adams Jan 6 at 16:32
For the most part Content Staging works well. I have used it in multiple sites. And in version 6 you can now do Bi-Directional Content Staging devnet.kentico.com/docs/6_0/devguide/… – Mcbeev Jan 7 at 2:56
@Mcbeev Technically, you could do bi-directional content staging in 5.5R2 (possibly earlier), but I never used it, personally. Also, one thing we were able to do was temporarily reverse the sync direction because the customer had accidentally created a significant amount of content on the production server. This worked, but we were careful and took backups to make sure we had an undo option. – John Bubriski Jan 9 at 17:59
feedback

Another possibility would be to utilize a tool that does database comparisons and syncing. I've used the SQL Examiner Suite before, but I've heard that Red Gate makes good tools too.

While this probably isn't the best method, it can work. If you're not making significant changes on a regular basis this can be good for one off syncs between your local/dev server and production. This probably wouldn't be a good solution for "content staging", but more for changes that occurred due to development oriented tasks.

link|improve this answer
feedback

Another option is to use the Export/Import feature in Kentico: http://devnet.kentico.com/docs/6_0/devguide/index.html?export_and_import_overview.htm.

I haven't automated this process, but you can have a look at the ExportManager class in Kentico's API Reference: http://devnet.kentico.com/Documentation.aspx.

Hope this helps

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.