Has anyone encountered the following error message 
: google.appengine.tools.bulkloader.ResumeError: Database signature 
mismatch:

It does happen randomly while downloading a set of kinds for a given 
namespace. The full error message is :

google.appengine.tools.bulkloader.ResumeError: Database signature mismatch: 
  app_id: xxx
  url: http://127.0.0.1:8888/remote_api
  kind: ExpenseType
  download: False
  map: False
  dump: True
  restore: False
  progress_db: bulkloader-progress-20120613.114832.sql3
  has_header: False
  
   != 
  app_id: xxx
  url: http://127.0.0.1:8888/remote_api
  kind: Parameters
  download: False
  map: False
  dump: True
  restore: False
  progress_db: bulkloader-progress-20120613.114832.sql3
  has_header: False


The part of the script getting the error is given below :

while read line
     do
       ./backupOneNamespace.sh $namespace $line $backupId/$namespace;
     done < $BACKUP_ROOT/$KINDS_LIST_FILE

where $KINDS_LIST_FILE contains the list of kinds candidate for backup.

Thanks,

Hugues


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/1nG2StBiX5EJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to