Page 1 of 1

Uninstall domoticz

Posted: Tuesday 27 July 2021 11:07
by manubis
Hello,

I have a Raspberry Pi 3B+ with a normal installation of domoticz. But I decided to use docker instead because of the flexibility and it works great. But now I want to cleanly uninstall my old installation of domoticz.

I just need to stop the service and remove the domoticz folder (/home/pi/domoticz) ?

Thanks for your replies.

manubis

Re: Uninstall domoticz

Posted: Tuesday 27 July 2021 13:21
by erem
1 sudo systemctl disable domoticz.service
2 delete /etc/init.d/domoticz.sh
3 delete domoticz folder

Re: Uninstall domoticz

Posted: Tuesday 27 July 2021 13:29
by manubis
Thank you ! I knew I forgot something :)