[google-appengine] Keeping original datastore after re-deploying

2010-02-09 Thread jsnschneck
Hey Guys,

I am working on an app that has just had a major overhaul. I want to
re-deploy this app but the datastore backend contains information that
very important. Is there a way that I can re-deploy the app and hook
it up to the original datastore. Also is it possible to extend one of
the tables with an extra field without changing the data already
contained.

Cheers,
Jason

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Keeping original datastore after re-deploying

2010-02-09 Thread 风笑雪
Deploying won't affect your datastore except index.

2010/2/10 jsnschneck jsnschn...@gmail.com:
 Hey Guys,

 I am working on an app that has just had a major overhaul. I want to
 re-deploy this app but the datastore backend contains information that
 very important. Is there a way that I can re-deploy the app and hook
 it up to the original datastore. Also is it possible to extend one of
 the tables with an extra field without changing the data already
 contained.

 Cheers,
 Jason

 --
 You received this message because you are subscribed to the Google Groups 
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Keeping original datastore after re-deploying

2010-02-09 Thread Robert Kluin
Adding an additional property to a kind is fine.  Depending on how you
are using it you may want to be sure it has a default of some type
defined.


Robert





On Tue, Feb 9, 2010 at 7:53 PM, 风笑雪 kea...@gmail.com wrote:
 Deploying won't affect your datastore except index.

 2010/2/10 jsnschneck jsnschn...@gmail.com:
 Hey Guys,

 I am working on an app that has just had a major overhaul. I want to
 re-deploy this app but the datastore backend contains information that
 very important. Is there a way that I can re-deploy the app and hook
 it up to the original datastore. Also is it possible to extend one of
 the tables with an extra field without changing the data already
 contained.

 Cheers,
 Jason

 --
 You received this message because you are subscribed to the Google Groups 
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.



 --
 You received this message because you are subscribed to the Google Groups 
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.