Gaebar Beta 2 Released
I'm happy to announce that there's quite an important update to Gaebar that brings with it some essential bug fixes and should help shave quite a bit of time off of your restores.
I've also created a new project called gaebar-gaed-skeleton on GitHub that gives you an empty Google App Engine Django (Helper) project with Gaebar pre-installed to start you off when creating your own applications.
Here's a list of changes in Beta 2:
- Fixed: All required properties, including references should work correctly now. Required properties would raise an exception during the restore process in Beta 1.
- Refactored: We are no longer using actual entity references (which was unnecessary) but keys to create reference properties. This means that creation order of references doesn’t matter any more (thanks to Pete Koomen who explained all this to me in an email ages ago; it only just sunk in, Pete!)
- New feature: Due to above changes, the restore process is now one-pass, not two. This means that restores should now take considerably less time.
- Refactored: I moved the functional tests out to their own GitHub module since they were being shared by both the gaebar-gaed and gaebar-aep test apps. This will make maintaining them much easier.
I want to thank Jonathan Ricketson for alerting me in the comments earlier today that the Beta 1 release was not handling required properties correctly (thanks, Jonathan). I also want to thank Thomas Bohmbach, Jr. for providing feedback and helping me test.
You can download Gaebar Beta 2 and the other Gaebar projects from my GitHub account.
If you'd like to learn more about Gaebar, please see my original announcement, which contains a screencast showing Gaebar (albeit Beta 1) in use.
As always, I value your bug reports, comments, and suggestions so please feel free to leave a comment and let me know of your experiences with Gaebar.
The Gaebar Beta 2 Released article by Aral Balkan, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial 2.0 UK: England License.
Subscribe to my blog






Bobby
Thanks for making this available - i like how the GaeBar logo is a pink engine, nice touch.
January 4th, 2009 at 3:52 amAndy
In your comment on Dion’s site (http://almaer.com/blog/keys-to-the-google-app-engine) you mention that GAEBAR is a generic solution for AppEngine backup… but only for Django apps right?
January 11th, 2009 at 4:54 amThomas Bohmbach, Jr.
Just a quick note that I posted a github “pull request” last week with a small patch to Gaebar that fixes a bug with unicode key_names (and key_names with odd numbers of ‘\’ in them - don’t ask
http://github.com/gumptionthomas/gaebar/commit/98415f1f988139987b71522e2f97ccd23ba8a68e
January 12th, 2009 at 7:02 pmAral
Hi Thomas,
Thank you so much for sharing your patches — they’re awesome.
I just skimmed through your email (been working away at something else) and I’m going to pull them into my repository as soon as I can.
January 13th, 2009 at 2:52 pmAral
@Andy: yes, Gaebar is (currently) only for Django apps. I’m accepting patches though so if anyone wants to attempt a webapp version…
January 13th, 2009 at 2:53 pmAlexander Vasiljev
Please read the following GAE feature request:
February 19th, 2009 at 6:40 amhttp://code.google.com/p/googleappengine/issues/detail?id=1078
Share your thoughts and consider to support (star) it.