Stuck on uninstall


not sure how to fix this all i did was press the unistall button

@zee-mot, hello again. I assume, after 2 hours it’s still stuck in uninstalling?

at the command line you could check whether the nextcloud container is still running using:

sudo docker ps (when using the WebUI, if you use something like PuTTY and log in as root, you won’t need the sudo).

I suspect, it is not, but if it were, then you can at least manually stop using:

sudo docker stop nextcloud

I also assume a page refresh is not taking care of the problem either?

You can force the removal of the Rockon using the command line with:

cd /opt/rockstor 
poetry run delete-rockon Nextcloud-Official

And then refresh the Rockon page.

2 Likes

thank you for helping me again

3 Likes