Docker Manager "Reset Upgrade" Button is broken

You could nuke all you upgrade keys I guess…

./launcher enter app
rails c
$redis.keys('upgrade:*').each{|key| $redis.del key }

I am confused though cause when you click on currently upgrading for assign it should allow you to reset it per:

https://github.com/discourse/docker_manager/blob/master/lib/docker_manager/git_repo.rb#L17

So perhaps this is failing and there is something in the logs?

1 Like