Hello,

I understand that you to want to export the data from Cloud Datastore that 
has a specific date range you that may specify programmatically such as the 
example:

/_ah/datastore_admin/backup.create?name=MyBackup&StartDate=12-01-20&EndDate=01-12-21

I did some research into this and found that the backup URL is meant to be 
done automatically. I was wanting to share some documentation available to 
the public on the details but since this is not standard, examples are 
limited. So to evolve this conversation and provide advice to you, can you 
please provide the documentation you found to illustrate your use case?

I have found that it may be possible to use the URL with parameters 
<https://stackoverflow.com/questions/15811982/appengine-datastore-backup-programmatically>,
 
but I am unable to verify this using official documentation. So it may not 
work.


I have looked at Cloud Datastore Admin as an option but it is deprecated 
<https://cloud.google.com/datastore/docs/console/datastore-admin-console#backing_up_data>.
 
I would suggest looking into the new method of exporting as backup 
<https://cloud.google.com/datastore/docs/schedule-export>.

To add value to this thread, I was able to find a thread with an accepted 
answer relating to a similar question 
<https://stackoverflow.com/questions/65698872/modify-datastore-admin-backup-built-in-task-queue>
 
indicating the Cloud Datastore Admin is deprecated and that upgrading to 
the Cloud Datastore export service was recommended.

I hope this helps.


On Tuesday, January 19, 2021 at 10:10:50 AM UTC-5 [email protected] wrote:

> Hello everyone,
>
> I have some questions regarding the datastore backup. I'm wondering if we 
> can modify or override the built-in task queue on datastore admin 
> */_ah/datastore_admin/backup.create?*
>
> What I want to do when exporting the data from datastore is that I would 
> only need to export the data that has specific date range that I specify. I 
> saw on the documentation that you can pass a parameter to the URL. Is its 
> possible to pass the parameter on the date range like this one?
>
> */_ah/datastore_admin/backup.create?name=MyBackup&StartDate=12-01-20&EndDate=01-12-21.*
>
> Please let me know if I miss something.
>
> Thanks a lot
> Ray
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8587eb9c-ce18-400b-aa8b-2f7893715749n%40googlegroups.com.
  • [google-ap... ray abanid
    • [goog... 'Elliott (Cloud Platform Support)' via Google App Engine
      • [... Brenshield Abanid
        • ... 'Denis T (Google Cloud Platform Support)' via Google App Engine

Reply via email to