开发者

How to roll back a google app engine transaction via web interface?

开发者 https://www.devze.com 2023-01-01 18:45 出处:网络
I tried to update my app on google appengine by my wireless dropped during the process. When i tried again i got an error \"Another transaction by user ajakimov is already in progress for this app and

I tried to update my app on google appengine by my wireless dropped during the process. When i tried again i got an error "Another transaction by user ajakimov is already in progress for this app and major version." I know i can rollback the update using "appcfg.sh -e [mygmail] rollback [war path]" but i was wondering if it's possible to do t开发者_开发技巧his via some sort of a web interfiace (i tried the dashboard i couldn't find anything) ?

Thanks.


No. You need to use the command line tools.

0

精彩评论

暂无评论...
验证码 换一张
取 消