Hi Elliot, Thank you for the answer. Unfortunately I can't provide the documentation that I was talking about since I just saw it on the thread on stackoverflow. I thought the answer was based on the documentation but it was not. Sorry for that.
Like you said, you can pass a parameter based on this thread <https://stackoverflow.com/a/16068063>: but is there any documentation indicating on what other parameters you can pass? Because if there's any, can you please provide a link? Thank you so much! On Wednesday, January 20, 2021 at 4:08:48 AM UTC+8 Elliott (Cloud Platform Support) wrote: > 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/7c598f89-8c74-45c1-9d68-09ee8c1e19c8n%40googlegroups.com.
