I've seen the documentation on Python 3 datastores, but what I haven't seen is how to deal with preserving existing user data.
My existing GAE (Python 2.7, standard environment, ndb) has 60,000 user records. Perhaps one way to preserve this data would be to add code to my current Python server to dump the data in a format I understand, switch GAE to use the new datastore mechanism, then have the server upload my data and place the data into the new datastore. However, I'm surely not the only person facing this challenge, so is there some other/better approach? Bruce -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e1ab0052-3f6a-4d41-a98c-4a88c5d42adf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
