Skip to Content
Odoo Menu
  • Prisijungti
  • Išbandykite nemokamai
  • Programėlės
    Finansai
    • Apskaita
    • Pateikimas apmokėjimui
    • Sąnaudos
    • Skaičiuoklė (BI)
    • Dokumentai
    • Pasirašymas
    Pardavimai
    • CRM
    • Pardavimai
    • Kasų sistema - Parduotuvė
    • Kasų sistema - Restoranas
    • Prenumeratos
    • Nuoma
    Svetainės
    • Svetainių kūrėjimo įrankis
    • El. Prekyba
    • Internetinis Tinklaraštis
    • Forumas
    • Tiesioginis pokalbis
    • eMokymasis
    Tiekimo grandinė
    • Atsarga
    • Gamyba
    • PLM
    • Įsigijimai
    • Priežiūra
    • Kokybė
    Žmogaus ištekliai
    • Darbuotojai
    • Įdarbinimas
    • Atostogos
    • Įvertinimai
    • Rekomendacijos
    • Transporto priemonės
    Rinkodara
    • Socialinė rinkodara
    • Rinkodara el. paštu
    • SMS rinkodara
    • Renginiai
    • Rinkodaros automatizavimas
    • Apklausos
    Paslaugos
    • Projektas
    • Darbo laiko žiniaraščiai
    • Priežiūros tarnyba
    • Pagalbos tarnyba
    • Planavimas
    • Rezervacijos
    Produktyvumas
    • Diskucija
    • Patvirtinimai
    • IoT
    • VoIP
    • Žinių biblioteka
    • WhatsApp
    Trečiųjų šalių programos Odoo Studija Odoo debesijos platforma
  • Pramonės šakos
    Mažmeninė prekyba
    • Knygynas
    • Drabužių parduotuvė
    • Baldų parduotuvė
    • Maisto prekių parduotuvė
    • Techninės įrangos parduotuvė
    • Žaislų parduotuvė
    Food & Hospitality
    • Barai ir pub'ai
    • Restoranas
    • Greitasis maistas
    • Guest House
    • Gėrimų platintojas
    • Hotel
    Nekilnojamasis turtas
    • Real Estate Agency
    • Architektūros įmonė
    • Konstrukcija
    • Estate Managament
    • Sodininkauti
    • Turto savininkų asociacija
    Konsultavimas
    • Accounting Firm
    • Odoo Partneris
    • Marketing Agency
    • Teisinė firma
    • Talentų paieška
    • Auditai & sertifikavimas
    Gamyba
    • Textile
    • Metal
    • Furnitures
    • Maistas
    • Brewery
    • Įmonių dovanos
    Sveikata & Fitnesas
    • Sporto klubas
    • Akinių parduotuvė
    • Fitneso Centras
    • Sveikatos praktikai
    • Vaistinė
    • Kirpėjas
    Trades
    • Handyman
    • IT įranga ir palaikymas
    • Saulės energijos sistemos
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Kiti
    • Nonprofit Organization
    • Aplinkos agentūra
    • Reklaminių stendų nuoma
    • Fotografavimas
    • Dviračių nuoma
    • Programinės įrangos perpardavėjas
    Browse all Industries
  • Bendrija
    Mokykitės
    • Mokomosios medžiagos
    • Dokumentacija
    • Sertifikatai
    • Mokymai
    • Internetinis Tinklaraštis
    • Tinklalaidės
    Skatinkite švietinimą
    • Švietimo programa
    • Scale Up! Verslo žaidimas
    • Aplankykite Odoo
    Gaukite programinę įrangą
    • Atsisiųsti
    • Palyginkite versijas
    • Leidimai
    Bendradarbiauti
    • Github
    • Forumas
    • Renginiai
    • Vertimai
    • Tapkite partneriu
    • Services for Partners
    • Registruokite jūsų apskaitos įmonę
    Gaukite paslaugas
    • Susiraskite partnerį
    • Susirask buhalterį
    • Susitikti su konsultantu
    • Diegimo paslaugos
    • Klientų rekomendavimas
    • Palaikymas
    • Atnaujinimai
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Gaukite demo
  • Kainodara
  • Pagalba

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Apskaita
  • Atsarga
  • PoS
  • Projektas
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
Pagalba

How to fully uninstall Odoo on linux

Prenumeruoti

Get notified when there's activity on this post

This question has been flagged
uninstalllinuxodoo
4 Replies
62173 Rodiniai
Portretas
Duvan Zavaleta

Hi,

I would like to know what's the best way to fully uninstall Odoo, what folders I would have to delete or if there is a command that does all of the process.

I'm using Ubuntu 18.04 and it's to learn the right way to do it.

Thank you.

1
Portretas
Atmesti
Portretas
Ashraf El-Sharqawy
Best Answer

* 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
sudo rm -f /etc/odoo.conf
sudo rm -f /etc/odoo/odoo.conf (if any)
sudo rm -f /etc/odoo-server.conf (if any)
sudo update-rc.d -f odoo remove
sudo update-rc.d -f odoo-server remove (if odoo-server instead of odoo)
sudo rm -f /etc/init.d/odoo (or odoo-server)
REMOVE USER AND USER GROUP
sudo userdel -r postgres
sudo groupdel postgres
REMOVE DATABASE
sudo apt-get remove postgresql -y
sudo apt-get --purge remove postgresql\* -y
sudo rm -rf /etc/postgresql/
sudo rm -rf /etc/postgresql-common/
sudo rm -rf /var/lib/postgresql/

1
Portretas
Atmesti
ECODIGITUS SAINS TEKNOVASI

How to uninstall odoo 15 that Installed in Odoo 14 Server?
I did the wrong installation

Portretas
Med Said BARA
Best Answer

A little response for a BIG question:

Just revert the steps of your installation process.

For the BIG response, you must first tell us how did you install it !!! (the steps you followed when installing odoo)

Lines added after comment (from Duvan):

For the the second method from getopenerp all you have to do is to delete the odoo directory under /opt/odoo created at step 9, and if you want you can also delete the log and configuration files created at step  10  ​and 11.

I repeat, just revert the steps 9, 10 and 11.

For the first method from https://www.odoo.yenthevg.com/installing-odoo-11-enterprise-ubuntu/​  you must revert some steps inside the install script.

The most important part of this script is located from line 111 till the end of the script.

Begin by deleting the following files and directories (folders):

- enterprise folder and all its subfolders under $OE_HOME/

- custom folder and its subfolders under $OE_HOME/ 

- the server configuration file ${OE_CONFIG}.conf located under /etc/ ​

- the startup file start.sh located under $OE_HOME_EXT/​ 

- delete the odoo init file (initscript) $OE_CONFIG located under /etc/init.d/

- and at last delete odoo from the startup by applying the following command: update-rc.d -f $OE_CONFIG remove​

Hope this can help you !


N.B: 

$OE_HOME/ = odoo​

​​${OE_CONFIG}.conf = odoo.conf

$OE_HOME_EXT/ = /odoo/odoo-server


1
Portretas
Atmesti
Duvan Zavaleta
Autorius

Thank you for your answer, I use 2 methods, the yenthe Odoo script https://www.odoo.yenthevg.com/installing-odoo-11-enterprise-ubuntu/ and this from getopenerp https://www.getopenerp.com/install-odoo-11-on-ubuntu-16-04/ But I will try reverting the instalation process as you said :)

Portretas
Praveen Pulukuri
Best Answer

https://medium.com/@amirul_m/how-to-remove-odoo-completely-e62b1646b26c


Check out this link please 

0
Portretas
Atmesti
Portretas
Eric Macharia
Best Answer

I actually realized that before uninstalling odoo, the odoo server wasn't aware of my custom addon path so i just deleted the files in the home directory that has the name odoo.

After reinstalling it worked just fine.

0
Portretas
Atmesti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registracija
Related Posts Replies Rodiniai Veikla
Error when I uninstall a module Odoo (development) Solved
module uninstall odoo
Portretas
Portretas
2
gruod. 18
9023
OpenERP8 developement tutorials
development linux odoo
Portretas
Portretas
1
kov. 15
4581
upgrade button is not visible in my custom module
uninstall upgrade odoo odoo16features
Portretas
Portretas
1
saus. 24
2652
Unistall command line module Solved
module uninstall command odoo
Portretas
Portretas
1
liep. 19
9014
Installation Posbox Raspberry
linux raspberrypi odoo Posbox
Portretas
Portretas
1
gruod. 18
4853
Bendrija
  • Mokomosios medžiagos
  • Dokumentacija
  • Forumas
Atvirasis kodas
  • Atsisiųsti
  • Github
  • Runbot
  • Vertimai
Paslaugos
  • Odoo.sh talpinimas
  • Palaikymas
  • Atnaujinti
  • Pritaikytas programavimo kūrimas
  • Švietimas
  • Susirask buhalterį
  • Susiraskite partnerį
  • Tapkite partneriu
Apie mus
  • Mūsų įmonė
  • Prekės ženklo turtas
  • Susisiekite su mumis
  • Darbo pasiūlymai
  • Renginiai
  • Tinklalaidės
  • Internetinis Tinklaraštis
  • Klientai
  • Teisinis • Privatumas
  • Saugumas
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo yra atvirojo kodo verslo programų rinkinys, kuris apima visas įmonės poreikius: CRM, El. Prekybą, Apskaitą, Atsargų, Kasų sistemą, Projektų valdymą ir kt.

Unikali Odoo vertės pasiūla – būti tuo pačiu metu labai lengvai naudojama ir visiškai integruota sistema.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now