Multiple versions of the same GAE app always share the datastore -- no way
to disable that.  When not desired, a reasonable workaround is to set a
per-version namespace at every entry (if your app also uses namespaces in
production, maybe a per-version *prefix* in front of each namespace).

I'm not 100% sure what exactly you mean by "sandboxes" in this context
("production sandbox" sounds strange to me) -- if they're separate GAE apps
a deploy to one would not affect the other (but maybe you're having them
share a git repo and that caused an undesired "common deploy"?).  I hope
I'm addressing your actual underlying questions, if not please feel free to
keep asking and clarifying.

Alex


On Thu, Feb 12, 2015 at 2:21 PM, Daniela Meneses <[email protected]>
wrote:

> Hi,
>
> Yesterday doing some deploys i notice something, not sure if it is a bug
> or feature but i can't find documentation about it. The thing is that I
> have two sanboxes:
>
> myapp-app-com-bo
> myapp-dev-com-bo
>
> I deployed a version* 1-6-1-rc*  over* myapp-dev-com-bo *that was
> accessible trough *1-6-1-rc-dot-myapp-dev-com-bo.appspot.com
> <http://com-bo.appspot.com> *and  i was distracted so i tried to access
> to *1-6-1-rc-dot-myapp-app-com-bo.appspot.com <http://com-bo.appspot.com>
> *by a mistake. Big surprise when I notices that it was available but with
> the data of  *myapp-app-com-bo* datastore.  The thing was that I almost
> corrupt the datastore of production sandbox with the deploy that was meant
> for dev sandbox because this deploy contained many changes about how to
> save data.
>
> Is this a feature? There is a way to disable it?
>
> thanks in advance,
> DM
>
>
>  --
> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/d4dd471c-3024-4257-94fb-30db8d3ca778%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/d4dd471c-3024-4257-94fb-30db8d3ca778%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAE46Be9LuYZWSAJrn8sPM7vjh-arVgzJRT7SMJJM2R-e2t6yRQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to