Make a version of the application that displays a page that the site
is temporarily under maintenance. Give an estimate for how long it
will take.
app.yaml redirects all requests to maintenance.py
Find a time of day where the site is less busy.
Make the maintenance version current.
Update version X to the new schema.
Do the update using urls http://X.latest.myapp.appspot.com
Test the update
Make X the new version.
This is the least hassle, I think.
2009/4/28 Alkis Evlogimenos ('Αλκης Ευλογημένος) <evlog...@gmail.com>: