On Fri, Dec 19, 2014 at 12:43 AM, John Louis Del Rosario <[email protected]> wrote: > > We're considering "starting from scratch" our app, but I'd need to keep > the data (migrated). > Our first option would be just to use a new module/version and being > careful with the new model names. > But I was wondering if it's possible to just start a new project > completely? > Since keys are linked to the project app, I guess it's not possible to > just import a backup? >
I've never tried it myself, but apparently the datastore admin can migrate datastore backups between apps: https://cloud.google.com/appengine/docs/adminconsole/datastoreadmin#restoring_data_to_another_app As for the keys the export/import process should handle it, but just in case I'm missing something: how do you generate your datastore keys? Are you letting App Engine issue numerical IDs, setting a custom name, using a helper library, or anything similar? ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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 http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
