Advertisement
johnlockwood

Untitled

Aug 30th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1.  
  2. appcfg.py download_data --application=myatdress --kind=GovernmentOfficial --config_file=gov_bulkloader.yaml --filename=../bulkd/migrate_data/officials.csv --url=http://myatdress.appspot.com/_ah/remote_api --email=johnwlockwood@gmail.com --db_filename=../bulkloader-gt_officials-progress.sql3 --batch_size=30 --http_limit=5
  3.  
  4. appcfg.py download_data --application=myatdress --kind=User --config_file=gov_bulkloader.yaml --filename=../bulkd/migrate_data/users.csv --url=http://myatdress.appspot.com/_ah/remote_api --email=johnwlockwood@gmail.com --db_filename=../bulkloader-gt_users-progress.sql3 --batch_size=30 --http_limit=5
  5.  
  6.  
  7. appcfg.py upload_data --application=s~myatddress-hr --kind=GovernmentOfficial --config_file=gov_bulkloader.yaml --filename=../bulkd/migrate_data/officials.csv --url=http://myatddress-hr.appspot.com/_ah/remote_api --db_filename=../bulkloader-up_officials-progress.sql3 --batch_size=30 --http_limit=5
  8.  
  9.  
  10. appcfg.py upload_data --kind=GovernmentOfficial --config_file=gov_bulkloader.yaml --filename=../bulkd/migrate_data/officials.csv --url=http://localhost:8001/_ah/remote_api --db_filename=../bulkloader-localup_officials-progress.sql3 --batch_size=30 --http_limit=5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement