I learned, upon request of a co-worker to help with an installation, that MT 4 is out of beta. Since my database is pretty big I used the command line script to upgrade it, and was amused at the result:
$ perl ./tools/upgrade
upgrade -- A command line tool for upgrading the schema for Movable Type.
* Upgrading database from version 4.0022.
* Upgrading table for Job Exit Status records...
* Upgrading table for User records...
* Upgrading table for Job Function records...
* Upgrading table for Job Error records...
* Upgrading table for Job records...
* Creating new template: 'Comment Response'.
* Removing unused template maps...
* Classifying entry records...
* Classifying entry records... (100%)
* Classifying category records...
* Classifying category records... (100%)
* Populating default file template for templatemaps...
* Populating default file template for templatemaps... (100%)
* Merging comment system templates...
* Merging comment system templates... (100%)
* Assigning user authentication type...
* Assigning user authentication type... (100%)
* Database has been upgraded to version 4.0026.
Upgrade complete!
Segmentation fault
$_
I always like my scripts to tidy up with a good ol' fashioned seg fault, too.
[ home - archives - quoteboard - blogger decoder - wishlist ]
This work is licensed under a
Creative Commons License.