Hi. We have a live app and deploy new versions very often. This never happened. Some thoughts:
Since your are talking in terms of tables, are your using the fresh new Google Cloud SQL stuff? If so, you may be interested on checkout on the SQL Discuss group here<https://groups.google.com/forum/#%21forum/google-cloud-sql-discuss> . Are you doing something to "cleanup" your data when your instance is warming up? Maybe there is something there... Or maybe you are using the Datastore Admin to delete something after the deploy? This is not automatic, through. If any data is deleted via admin console, it will apper in the Admin Logs section. Are you using the namespaces feature? This may break things if you are using some namespace name that changes between deploys. Then, your data will not be visible unless you use the same namespace. Hope this helps, -Ronoaldo -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/aS6A3DTorIsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
