I'm new to GAE Java databases, and I'm not sure how servers relate to application versions. I read the GAE documentation and searched many times and did not find anything that could help.
My questions:
How does a version of an application work in a backend selected from deployed versions? Is it selected in the same way as in the interface, i.e. Are new backend instances using the default version by default?
If so, what exactly is the appcfg backends update [backend]
command updated for sure? Just configuration files?
I really think this should be clearer in the GAE docs.
Thanks.
source share