Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

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

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

How to fully uninstall Odoo on linux

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
uninstalllinuxodoo
4 Antworten
62172 Ansichten
Avatar
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
Avatar
Verwerfen
Avatar
Ashraf El-Sharqawy
Beste Antwort

* 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
Avatar
Verwerfen
ECODIGITUS SAINS TEKNOVASI

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

Avatar
Med Said BARA
Beste Antwort

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
Avatar
Verwerfen
Duvan Zavaleta
Autor

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 :)

Avatar
Praveen Pulukuri
Beste Antwort

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


Check out this link please 

0
Avatar
Verwerfen
Avatar
Eric Macharia
Beste Antwort

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
Avatar
Verwerfen
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
Error when I uninstall a module Odoo (development) Gelöst
module uninstall odoo
Avatar
Avatar
2
Dez. 18
9023
OpenERP8 developement tutorials
development linux odoo
Avatar
Avatar
1
März 15
4580
upgrade button is not visible in my custom module
uninstall upgrade odoo odoo16features
Avatar
Avatar
1
Jan. 24
2650
Unistall command line module Gelöst
module uninstall command odoo
Avatar
Avatar
1
Juli 19
9013
Installation Posbox Raspberry
linux raspberrypi odoo Posbox
Avatar
Avatar
1
Dez. 18
4847
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Ausbildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة 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 ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

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