How do we upgrade existing domains with new changes to structural template ?

We have a running application version using nuxeo with multiple domains. For the upcoming release, we have added a new entry to the structural template so that every domain has a new additional document. It works for new domains that get created but how do we get this for existing domains as part of upgrade process ?

0 votes

1 answers

2203 views

ANSWER



Hi,

I've just posted a blog on this: http://www.nuxeo.com/blog/development/2012/11/qa-friday-upgrade-existing-domains-structural-template/

Basically it's not a good idea to use content template to modify an existing structure. You should write custom code and run it using a postContentCreationHandlers.

0 votes