[google-appengine] Re: How can I undelete (recover) deleted entities?

2011-11-07 Thread Strom
You restore the data from your own custom backup solution.

Also, star this issue 
http://code.google.com/p/googleappengine/issues/detail?id=776
to maybe get better backup tools from google in the future.

On Nov 7, 3:53 am, Y  wrote:
> I had 30 GB of entities saved over 2-3 years but I only needed the
> entities for the past 365 days.
>
> Since the cost for storage is going way way up, I decided to delete
> out the unneeded entities.
>
> Wrote a simple script to delete out the unneeded entities.
>
> After running for a number of hours today, mission accomplished.
>
> Problem is that after the script was done I realized with horror is
> that I deleted too much!
>
> Is there any way to undelete (recover) deleted entities?

-- 
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] Re: How can I undelete (recover) deleted entities?

2011-11-07 Thread pdknsk
Well, Google does have backups of it. If you pay enough, Google might
restore it manually.

-- 
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] Re: How can I undelete (recover) deleted entities?

2011-11-08 Thread Ikai Lan (Google)
That's really an unfortunate situation. You always have to be careful with
mass deletes. We won't be able to restore your application's data. 30gb is
$7, which would have been a $3 increase (if I am remember the pricing
correctly). It's worthwhile to use a slower, safer solution and not rush
into things.

If you have offline backups, you can bulk import this data back via
blobstore and a mapreduce. Otherwise, I don't have a lot of great
suggestions.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Tue, Nov 8, 2011 at 5:43 AM, pdknsk  wrote:

> Well, Google does have backups of it. If you pay enough, Google might
> restore it manually.
>
> --
> 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.