Skip to content

Instantly share code, notes, and snippets.

View herry88's full-sized avatar
🇮🇩
Focusing

Herry Prasetyo herry88

🇮🇩
Focusing
View GitHub Profile
@herry88
herry88 / odoo_uninstall_process.txt
Created May 7, 2020 21:50 — forked from abdulhalim-cu/odoo_uninstall_process.txt
How to remove Odoo from Ubuntu
* Stop Server
* Remove all odoo files
* Remove postgresql from system
STOP SERVER
sudo service odoo stop
or sudo service odoo-server stop (if odoo-server instead of odoo)
REMOVE ALL ODOO FILES
sudo rm -R /opt/odoo
REMOVE CONFIG FILES