I have migrated thumbtribes to a new server using MySQL instead of PostgreSQL. There may be some teething issues. Drupal handles things differently between the two. For example, in MySQL, Drupal uses a ’sequences’ table to obtain the next id for various primary keys. In PostgresSQL it uses functions to obtain these values instead. The API between the server and database also changed. Due to these technical obstacles and time constraints I have not migrated old test accounts. Thanks to those who tested out the old thumbtibes site. I expect to do some more work on the server side of things and hold off client releases. I plan on working on “twitter” style updates to the client.