There is no way to get data out using web2py only because of the datastore limitations. You have to use this to get the data out: https://developers.google.com/appengine/docs/python/tools/uploadingdata then use a script to put the data in your local db.
On Sunday, 28 April 2013 03:07:55 UTC-5, Antonio Jesús Alba Boza wrote: > > Hi all, > I was trying to migrate a web2py application from a windows local server > to a virtual ubuntu environment. Certainly, it worked perfectly without > problems. > Now, I like to migrate other application from Google App Engine to this > ubuntu server, and I had hopes to use w2p pack also, but, logically, gae > raise me a "Read only file system" error. > There are any way to use blobstore to store temporarily the w2py pack or > stream the file instead of write it in the filesystem? > > Otherwise, what is the best way to migrate database content? Using CSV > export/import functionality? > > Thanks in advance. > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

