Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8740411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:07:36+00:00 2026-06-13T11:07:36+00:00

In reading up on backing up GAE’s Datastore , where: We strongly recommend that

  • 0

In reading up on backing up GAE’s Datastore, where:

We strongly recommend that you set your application to read-only mode during a backup or restore…

After a cursory inspection, it appears that the only way to do this is via the GAE web admin UI, where you either Disable or Re-Enable Writes inside a page somewhere.

I would like to write some Ant buildfiles and/or shell and/or Python scripts that would allow me to backup/restore my GAE app’s Datastore automatically. This would mean I would need a way to automate the enabling/disabling of writes (putting my app into and out from a “read-only” mode) to my Datastore, all from inside some script (like I said, either Ant, bash or Python).

So I ask: is this even possible? Or is this something that must be done “manually” (via the web admin UI)? Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T11:07:37+00:00Added an answer on June 13, 2026 at 11:07 am

    The Capabilities Python API is the one that you can use yo read the state of some capabilities of your app like DataStore writes. Unfortunately this Api only have methods to read the state, but not for set the state.

    edited:


    Since the code must consult the Capabilities API to get the state of each functionality in the App-engine, and avoid failures by over-quota, system maintenance etc… One possible solution is to put a kind of interface in front of the Capabilities API within flags to disable each functionality.

    pseudo code i.e:

    class DatasToreWriteCapabiliti{
      boolean DATASTORE_WRITE = true;
    
      public disable(){ DATASTORE_WRITE = false;}
      public enable(){ DATASTORE_WRITE = true;}
    
      public CapabilityStatus status(){
         if(DATASTORE_WRITE == false) return CapabilityStatus.DISABLED;
    
         CapabilitiesService service = CapabilitiesServiceFactory.getCapabilitiesService();
         return service.getStatus(Capability.DATASTORE_WRITE).getStatus();
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was reading the source of Java's ArrayList and I came across its backing
Reading the MCIMX50 Application Processor Reference Manuals on page 1368 (Section 33.3) there is
Reading about the GitHub wikis, I saw that they support several lightweight markup languages
Reading the Google Developers PHP performance tips I saw that it isn't recommended to
I have been reading that lots of people use Redis or another key-value store/NoSQL
Reading the docs, I'd expect $(#wrap2).remove(.error) to remove all .error elements from #wrap2 .
Reading across difference lineage of CPU created by intel , many questions aroused in
Reading manual about Sling http://sling.apache.org/site/46-line-blog.html added folder blog and blog.html to destination: \launchpad\content\src\main\resources\content\ but
Reading the Scala by Example book and there is this example when Martin explains
Reading through this excellent article about safe construction techniques by Brain Goetz, I got

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.