Skip to Content
Menú
This question has been flagged
2 Respostes
289 Vistes

Hi,


Would like to delete my expired dummy database, but the delete button does not exist. 

Any Tips?

Avatar
Descartar
Autor Best Answer

Hello,

Thanks for those info, now we know what to do.

Avatar
Descartar
Best Answer

Hi,


1. If you’re on Odoo Online (SaaS at odoo.com)

    The Delete button for expired databases often disappears.

    You cannot drop it yourself; only Odoo SA can.

    Solution: open a Support Ticket from your Odoo.com account and request deletion.


2. If you’re on Odoo.sh

    Go to your Odoo.sh project → Databases tab.

    You’ll see all staging/production databases.

    There’s a trash/delete icon next to databases (unless expired).

    If not visible, you may need to archive the branch linked to it, which will remove the related database.


3. If you’re On-Premise (self-hosted)

You have full control via the database manager or command line:

    Database Manager (Web UI):

        Go to https://yourdomain.com/web/database/manager

        Log in with the master password

        Select your dummy database → Click Delete

    Command Line (PostgreSQL):


    # list databases

    psql -U odoo -l


    # drop the dummy db

    dropdb -U odoo dummy_db_name




Hope it helps

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
d’oct. 25
2
0
d’oct. 25
2
0
d’oct. 25
2
0
d’oct. 25
2
0
d’oct. 25
2