I am trying to deploy my app on Google App Engine. I have a set of 
databases that I've built up locally on my laptop that have been 
interfacing just fine with my app when the app is running locally. However, 
when I visit the .appspot.com address for my app, none of the databases are 
present. Also, when I check my datastore on the GAE dashboard, it says that 
I don't have any of those databases present. 
I read the deployment recipe for GAE and it talks about migrating 
databases. What I gleaned from reading that info was that if migrate was 
set to true in the database definition, then the local-to-GAE-server 
migration should take place automatically. However, this does not seem to 
be working.

Can someone help me out with this? Is my thought process for migrating 
databases from my local computer to the GAE servers completely wrong? If 
so, can you step through how exactly I can perform the transfer of the 
databases?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to