In Progress - Migrating content to live site Use simple REST API to migrate my real content from this Jot Hut test site and from Toledo Talk into the live Jot Hut site. +From test jot jut+ bq. select * from content where type in ('b','m') and status='o' order by id asc Preserve all the data except anything that was a reply blog post, so ignore the parentid from the test content. Preserve created date. *may need to add an import date column to content table* h2. July 29, 2013 update * created rest client script to read content from kestrel and to send it to junco server app. * created a server module to receive client data and to input it into the database, preserving created and modified dates. * junco content db table does have the importdate column, and that info is displayed on blog and microblog posts. h2. Sep 17, 2013 update I'm finally resuming this. I migrated a batch of 250 microblog posts back in mid-August, and I only migrated the second batch today. So as of Sep 17, 2013, 500 of my microblog posts at Toledo Talk have been migrated to Jot Hut. A total of nearly 17,160 microblog posts need to be migrated!! Whoa. I created the microblog feature at Toledo Talk in September 2007. I used it some, but when Yahoo! shutdown the Delicious bookmarking service, then I used the TT microblog feature as a link blog tool. #junco #juncotodo #inprogress