I interrupted the game deployment in gae
I deployed it with
play gae:deploy --gae=$GAE_PATH
And press ctrl-c in the middle
Now, when I try to redistribute it, I get the following error:
Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=playdoces&version=20111007& 409 Conflict Another transaction by user opensas is already in progress for app: s~playdoces, version: 20111007. That user can undo the transaction with "appcfg rollback". Please see the logs [/tmp/appcfg1441845586056774629.log] for further information.
I tried using
/home/sas/devel/gae/bin/appcfg.sh rollback
but there is no such option
any idea?
In the end, I just created another version and set it as the default
But I would like to know if there is a way to undo the previous deployment
source share