Also, keep in mind that there is not really a model on GAE big table 
(google datastore), so there is nothing to view in the console until you 
write rows to the database.  once you write data, you will be able to see 
the "schema" of the data that was written.

cfh

On Sunday, October 27, 2013 3:06:23 AM UTC-7, Niphlod wrote:
>
> any migration mentioned in the book refers to altering the table on the 
> backend (i.e. adding/removing columns, tables, and so on).
> You instead want to move the data within the local database to what is in 
> appspot.com .... you need to do that AFTER you moved the application 
> directly on .appspot.com .
> If the model is not complicated, you can succesfully export all the local 
> data to a csv file and reimport that on appspot.com
>
>
> http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Exporting-and-importing-data
>
> On Sunday, October 27, 2013 3:36:24 AM UTC+1, books2be...@gmail.com wrote:
>>
>> 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