[google-appengine] Cloud Storage handle missing the backup info.

2013-08-26 Thread Aswath Satrasala
Hello,
I did a backup to Google Cloud storage.
After doing the backup, I clicked on the 'Info' for the backup
I do not see the 'handle of the cloud storage'. This is handle is used for
restoring.
Please find the attached file.

Thanks
-Aswath

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.
<>

Re: [google-appengine] Cloud Storage handle missing the backup info.

2013-08-27 Thread Ryan Huebsch
This is a bug in the Datastore Admin and it is expected to be fixed in the
release following 1.8.4.

This is tracked on our issue tracker here:
https://code.google.com/p/googleappengine/issues/detail?id=9808

In the meantime, the metadata file is being written to Google Cloud
Storage, however the name of the file is not being recorded. You may be
able to identify the object name based on the timestamp. Alternatively, via
the datastore viewer you can determine the name of the handle, see the
issue tracker for more details on this method.


On Mon, Aug 26, 2013 at 10:49 PM, Aswath Satrasala <
aswath.satras...@gmail.com> wrote:

> Hello,
> I did a backup to Google Cloud storage.
> After doing the backup, I clicked on the 'Info' for the backup
> I do not see the 'handle of the cloud storage'. This is handle is used for
> restoring.
> Please find the attached file.
>
> Thanks
> -Aswath
>
> --
> 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 post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Cloud Storage handle missing the backup info.

2013-08-27 Thread Aswath Satrasala
My appid accountingguru-india.  I am trying the second option in your
suggestions
I did the following query in the datastore viewer.
SELECT * from _AE_BAckup_Information order by complete_time desc

I am interested in the first row with name=engassociates_backup_2013_08_27.
 The value for 'gs_handle' is null.

How can I restore the backup to another appid?


On Tue, Aug 27, 2013 at 9:52 PM, Ryan Huebsch  wrote:

> This is a bug in the Datastore Admin and it is expected to be fixed in the
> release following 1.8.4.
>
> This is tracked on our issue tracker here:
> https://code.google.com/p/googleappengine/issues/detail?id=9808
>
> In the meantime, the metadata file is being written to Google Cloud
> Storage, however the name of the file is not being recorded. You may be
> able to identify the object name based on the timestamp. Alternatively, via
> the datastore viewer you can determine the name of the handle, see the
> issue tracker for more details on this method.
>
>
> On Mon, Aug 26, 2013 at 10:49 PM, Aswath Satrasala <
> aswath.satras...@gmail.com> wrote:
>
>> Hello,
>> I did a backup to Google Cloud storage.
>> After doing the backup, I clicked on the 'Info' for the backup
>> I do not see the 'handle of the cloud storage'. This is handle is used
>> for restoring.
>> Please find the attached file.
>>
>> Thanks
>> -Aswath
>>
>> --
>> 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 post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> 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 post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Cloud Storage handle missing the backup info.

2013-08-29 Thread Ryan Huebsch
I've updated the issue on the tracker with more details on how to determine
the handle. If you have further questions, just let us know on the tracker.


On Tue, Aug 27, 2013 at 11:06 PM, Aswath Satrasala <
aswath.satras...@gmail.com> wrote:

> My appid accountingguru-india.  I am trying the second option in your
> suggestions
> I did the following query in the datastore viewer.
> SELECT * from _AE_BAckup_Information order by complete_time desc
>
> I am interested in the first row with
> name=engassociates_backup_2013_08_27.  The value for 'gs_handle' is null.
>
> How can I restore the backup to another appid?
>
>
> On Tue, Aug 27, 2013 at 9:52 PM, Ryan Huebsch  wrote:
>
>> This is a bug in the Datastore Admin and it is expected to be fixed in
>> the release following 1.8.4.
>>
>> This is tracked on our issue tracker here:
>> https://code.google.com/p/googleappengine/issues/detail?id=9808
>>
>> In the meantime, the metadata file is being written to Google Cloud
>> Storage, however the name of the file is not being recorded. You may be
>> able to identify the object name based on the timestamp. Alternatively, via
>> the datastore viewer you can determine the name of the handle, see the
>> issue tracker for more details on this method.
>>
>>
>> On Mon, Aug 26, 2013 at 10:49 PM, Aswath Satrasala <
>> aswath.satras...@gmail.com> wrote:
>>
>>> Hello,
>>> I did a backup to Google Cloud storage.
>>> After doing the backup, I clicked on the 'Info' for the backup
>>> I do not see the 'handle of the cloud storage'. This is handle is used
>>> for restoring.
>>> Please find the attached file.
>>>
>>> Thanks
>>> -Aswath
>>>
>>> --
>>> 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 post to this group, send email to google-appengine@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/google-appengine.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>  --
>> 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 post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> 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 post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.