I agree with the second question. Would be great to have. One thing about the first one, if one should do that it's very imported to mind your indexes. Since if the new version of the application you upload require a new index, the application will (if a datastore method is called that uses the new index) throw a 500 error saying it requires a new index. Since new indexes takes a quite some time to build.
..fredrik Sent from my iPad On 22 sep 2010, at 16:54, Lu <[email protected]> wrote: > Two questions: > > I am pushing a new deployment up to the server using: > > appcfg.py update > > I then navigate manually to the Google App Engine, select the version > I just uploaded and click the "Make Default" button. > > Question #1) > I prefer automating the last manual step, but could not find > documentation on how to do this. > How can I make a newly uploaded version the default? > > Question #2) > Also, there is a limit of how many older version are kept around. > After the limit has been exceeded, I can not push up a new version. I > like to programmatically delete older versions, so that only the last > three are kept around. How can I do this? > > Thank you very much. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > 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. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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.
