upgrade - How can I update the schema of a single archetype object on demand in plone? -
I have hundreds of objects based on Planon Architectures (2.5.8 Explosives), which have their architectes schema in the latest Has been updated. . The basic schema migration tool is very good for objects with a small / medium number, but bringing my knees to my server to try to move them all where I always end the script. I would like to be able to update an object's schema, probably as a recovered object - is it possible? If not, then what is the other approach to updating the original schema in large Plans sites?
Thanks in advance! After excavation through 2.5 catalog codes, I finally found an answer to a lazy schema update:
Note that this Plone is 2.5.3 and that which I was digging through the stack 3 looks slightly different. For some objects where I have already optimized the process format, I upgrade to the form so that the form can display new fields and it is processed. For others only at the at_post_edit_script hook, because there are usually no mega critical schema upgrades, in addition the form processing is the slowest part of the site, so the user experience is not very affected.
Its hackie but it is not the cause of I / O splurges and it works with all versions of the object. I'll take it!
Comments
Post a Comment