[google-appengine] Renaming GAE application due to high replication migration

2012-07-12 Thread Diego Piccolo
Hi Everyone!

We're looking forward to migrate our app which is currently Master/Slave,
to a new one using high replication instead.

However, nowadays we have a bunch of end users accessing the current
address and would be a big problem to change it from user and product point
of view.

Is it possible to perform a request to migrate this app and keep the
original appId / name?
ps: we've searched the web and docs but even if we delete and try to
recreate a new one it says that the original name can't be used afterwards.

Thanks,
Diego Piccolo

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Datastore admin not working and effective ways to delete / manage bulk data

2012-01-31 Thread Diego Piccolo
Hey Robert..

it would be pretty much like this : delete * from kind or even using a
dummy clause like   delete * from kind where __key__  5

Does that make sense?

Thanks!
Diego Piccolo.

2012/1/31 Robert Kluin robert.kl...@gmail.com

 Hi Diego,
  Could you clarify what you're trying to do?  Perhaps including an
 example (of what you think the query would look like)?


 Robert






 On Mon, Jan 30, 2012 at 11:09, Diego Piccolo dara...@ciandt.com wrote:
  Hello  Everyone,
 
  lately i've been facing a lot of problems with Datastore admin, it
 does'nt
  seem to work, i keep getting:
 
  Error: Forbidden
  Your client does not have permission to get
  URL /_ah/datastore_admin/?app_id=
 
  Plus i must be pretty dumb because it's been too damn complicated to run
 a
  query that could delete help me to purge some of my kinds.
 
  Do you guys have any advice on how could i could do it easily?
 
  Thanks in advance,
  Diego Piccolo.
 
  --
  You received this message because you are subscribed to the Google Groups
  Google App Engine group.
  To post to this group, send email to google-appengine@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.com.
  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 google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Datastore admin not working and effective ways to delete / manage bulk data

2012-01-30 Thread Diego Piccolo
Hello  Everyone,

lately i've been facing a lot of problems with Datastore admin, it does'nt
seem to work, i keep getting:

Error: Forbidden
Your client does not have permission to get URL
/_ah/datastore_admin/?app_id=

Plus i must be pretty dumb because it's been too damn complicated to run a
query that could delete help me to purge some of my kinds.

Do you guys have any advice on how could i could do it easily?

Thanks in advance,
Diego Piccolo.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.