Attention

This document was written for an old version of Plone, Plone 3, and was last updated 902 days ago.

To learn how to upgrade to the current version of Plone, read the upgrade manual.

Find the differences

by John Samuel Anderson last modified Dec 03, 2009 03:42 AM
Use command-line tools to find the differences in workflow states.

Now that I've got text files, I can use command-line tools.  I copied the dumped data from QA to Production and put it into the "/var/tmp/dumpqa" folder.  Then, it is just a simple linux command to find the differences in ALL the workflow states in one shot:

$ diff dump dumpqa

Amazingly, with 130 sites, there were < 90 differences detected.  It looks like I might manually reset the states and call it a day.  (Or, if I do code something, maybe I'll come back and post it here.)

THE END.


Contribute

Something wrong or out of date? Anybody can edit or create a new article in the knowledge base. Simply create an account on this site, log in, and click the Edit button to contribute.