This is expected behavior.  If you deploy a version that specifies the same 
version ID as a version that already exists on App Engine, the files that 
you deploy will overwrite the existing version. This can be problematic if 
the version is serving traffic because traffic to your application might be 
disrupted. You can avoid disrupting traffic if you deploy your new version 
with a different version ID and then move traffic to that version. Related 
detail is offered on the "Deploying a PHP 5 App" documentation page 
<https://cloud.google.com/appengine/docs/standard/php/tools/uploadinganapp#deploying_an_app>
. 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0afc4782-4415-4299-82a5-c128958c4c1d%40googlegroups.com.

Reply via email to