Upgrading from 2.0.x to 2.2.0: run migration-scripts/2.0to2.2 and thats it :) ------------------------------------------------------------------------------ Upgrading from 1.2.x to 2.0: run migration-scripts/1.2to2.0 and thats all :) ------------------------------------------------------------------------------ - 1.2.x distro had a migration script that did not work for mysql or Pg so get the correct one first from here: http://www.muhri.net/pronto/1.0to1.2 and place it in prefix/lib/pronto/migration-script otherwise: - After making install or after the installer finishes installing, make sure to go to your PREFIX/lib/pronto and run: $ ./migration-scripts/1.0to1.2 and it should take care of everything that needs to be done to get your db up to date. - Also some fixes has been done to the lib that decoded MIME for pronto, you will want to grab the latest from here or any other cpan mirror: ftp://ftp.sedl.org/pub/mirrors/CPAN/authors/id/ERYQ/MIME-tools-5.211.tar.gz also it depends on: ftp://ftp.sedl.org/pub/mirrors/CPAN/authors/id/ERYQ/IO-stringy-1.212.tar.gz so if you dont have a recent version of IO::Stringy it will complain - so be safe and get both. Enjoy :)