App Engine: Can I upload my local dev_appserver.datastore to the live datastore?

前端 未结 1 884
北荒
北荒 2021-01-01 07:29

I\'ve been reading about the remote_api and the bulkloader.yaml configuration file for doing bulk uploads of Google App Engine, but all I really want to do is replace my liv

相关标签:
1条回答
  • 2021-01-01 07:42

    It might work to run download_data against localhost and then upload_data, using that dump, against your live app... does it?

    0 讨论(0)
提交回复
热议问题