Google App Engine: appcfg.py rollback

前端 未结 19 1813
误落风尘
误落风尘 2020-12-08 07:24

I\'m using Windows 7 and for the life of me I cannot figure out how to call the rollback function on appcfg.py. All I want to know is what to type into the command prompt so

19条回答
  •  自闭症患者
    2020-12-08 07:58

    The rollback command can rollback a transaction on the server, but you are unlikely to need to use that unless an update of your app failed for some reason. You should be getting some feedback from appcfg.py that such an action is required. Is that what you want to do? If so, just open a command prompt and type appcfg.py rollback.

    Otherwise, please let us know what you are trying to accomplish by performing a 'rollback'.

提交回复
热议问题