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 do I delete a database?

Abonnieren

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

Diese Frage wurde gekennzeichnet
databases
3 Antworten
1550 Ansichten
Avatar
R.J. Allinson

Basically what it says in the title field.

In the past, I believe, on the databases page you could click on the gear icon and there was a delete option which is no longer there. How do I do it now?

0
Avatar
Verwerfen
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Beste Antwort

Hi,


Try the following,

1. Database Manager


In newer Odoo versions, the Delete option is hidden in the Database Manager for security reasons. To re-enable it, edit your odoo.conf file, set list_db = True, and define an admin_passwd. After restarting Odoo, go to http://<domain>:8069/web/database/manager, log in with the master password, and you’ll see the delete option again.

2. Command Line (PostgreSQL)


If you have server access, the safest method is to drop the database directly in PostgreSQL. Log in with sudo -u postgres psql, list databases using \l, and delete the target one with DROP DATABASE db_name;. This is irreversible, so double-check before executing.

3. Odoo Online / Odoo.sh


On Odoo Online (SaaS), you cannot delete databases yourself in Odoo — instead, go to your Odoo.com account → My Databases to archive or request deletion. On Odoo.sh, use the platform’s dashboard, which allows you to delete or restore databases safely.



For support from Odoo, connect with https://www.odoo.com/help.


Hope it helps

1
Avatar
Verwerfen
Avatar
Anagha NK
Beste Antwort

Hi,

Please try this method

1.Navigate to the database management page.

2.Find the database you want to delete.

3.Click the "Delete" button located next to the database name.

4.Enter the master password to confirm the action.

1
Avatar
Verwerfen
R.J. Allinson
Autor

Unfortunately, the Delete option no longer appears to be there. If I click "Manage" next to the database I want to delete, and scroll down to the bottom it says

Delete Database

This action delete the database and close [sic] the subscription.

This makes it sound like I will delete my account along with the database, and I only want to delete one of my two databases and not my subscription and/or account!

Anagha NK

Hi,

Thanks for clarifying. On Odoo.sh, the “Delete Database” button under Manage can indeed be confusing. It does not delete your Odoo.sh subscription or account — it only deletes the specific database you selected.

If you have multiple databases under the same subscription, only the chosen database will be removed; the others will remain active.

If you’re still unsure, I’d recommend contacting Odoo Support to confirm before proceeding, just to avoid any accidental deletion of the wrong environment.

Avatar
R.J. Allinson
Autor Beste Antwort

Thanks to Anagha NK and Cybrosys for their responses. I can confirm that clicking "manage" from the gear icon next to the database I wanted to delete, and then scrolling down to the bottom where it says, somewhat confusingly

This action delete the database and close the subscription.

Does not delete your account, but only that specific database.

When I ask for support, I keep forgetting to mention that I'm using (I think?) the Odoo Enterprise (non-self hosted) version. Is this the same as Odoo.sh? What's the best way to refer to this to avoid confusion?


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
Modules icons are missing after restoring database to another server
databases
Avatar
Avatar
1
Mai 22
5094
make database copy for testing
databases
Avatar
Avatar
1
Apr. 22
7318
Database reinstallation
databases
Avatar
Avatar
2
Nov. 20
5006
Database Auto Backup Issue
databases
Avatar
1
Aug. 20
3980
How to delete database
databases
Avatar
Avatar
2
Nov. 18
9468
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • 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