Omri
Omri

Reputation: 1087

Google Cloud Datastore backup - deprecated?

since yesterday I dont have the option to back up my Google AppEngine datastore using the datastore admin on AppSpot.com.

on the new console.developer.google.com there is no option to backup your AppEngine, or at least none that I noticed.

can you please check?

Appspot.com console

Upvotes: 1

Views: 260

Answers (2)

Juan Lara
Juan Lara

Reputation: 6854

Datastore Admin backups are now deprecated in favor of the managed export and import feature, which can be accessed through gcloud or the Datastore Admin API:

Exporting and Importing Entities

Scheduling an Export

Upvotes: 0

tx802
tx802

Reputation: 3564

It is still accessible through the new Developer Console, under Storage > Cloud Datastore > Settings.

Or just go to https://console.developers.google.com/project/<your-project-id>/datastore/settings

Upvotes: 3

Related Questions