I ran into some problems migrating from CouchDB 0.8 to 0.9 using couchdb-python's tools/dump.py and tools/load.py to convert my database, and thought I should share my fix. Things went fine with tools/dump.py, but tools/load.py exits after loading a document with an attachment. So if you have attachments in your database and are preparing to migrate, you'll need the change detailed in this ticket:
http://code.google.com/p/couchdb-python/issues/detail?id=70 -- Steven Hazel [email protected] http://twitter.com/hackerdashery
