Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

How to fully uninstall Odoo on linux

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
uninstalllinuxodoo
4 Replies
62168 Tampilan
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
Buang
Avatar
Ashraf El-Sharqawy
Jawaban Terbai

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

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

Avatar
Med Said BARA
Jawaban Terbai

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
Buang
Duvan Zavaleta
Penulis

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
Jawaban Terbai

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


Check out this link please 

0
Avatar
Buang
Avatar
Eric Macharia
Jawaban Terbai

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
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Error when I uninstall a module Odoo (development) Diselesaikan
module uninstall odoo
Avatar
Avatar
2
Des 18
9021
OpenERP8 developement tutorials
development linux odoo
Avatar
Avatar
1
Mar 15
4574
upgrade button is not visible in my custom module
uninstall upgrade odoo odoo16features
Avatar
Avatar
1
Jan 24
2647
Unistall command line module Diselesaikan
module uninstall command odoo
Avatar
Avatar
1
Jul 19
9012
Installation Posbox Raspberry
linux raspberrypi odoo Posbox
Avatar
Avatar
1
Des 18
4837
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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