This question has been flagged
2 Replies
2410 Views

Hi, we have installed Odoo v13 enterprise on our own server. When we go to the database manager page, there is odoo_service listed. When we try to duplicate it by clicking the duplicate button, we can put in a new name for the duplicate server. But after clicking Continue, the new (duplicate) server does not show up on the listing. 


Are we doing something wrong? How do we access the duplicate database? Thank you.

Avatar
Discard
Author

Thank you very much, Niyas! That was very helpful. I will mark your answer as correct when I have enough karma.

Best Answer

Hi,

Did you set db_filter or db_name in the odoo configuration file ? If in odoo configuration file, if the dbfilter is set, the database with the name matching to given dbfilter will be listed in /web/database/manager page.

Other then dbfilter check whether there is a key named db_name in conf file, if it given the specified db will only get listed.

If go to the path /etc, you can see odoo configuration file, most probably the name will be odoo-server.conf or odoo.conf , just open the file and see whether there is dbfilter or db_name.


You can see a example video listing only particular database here: Filter Particular Database In Odoo


Thanks

Avatar
Discard
Author

Your answer is now the best answer!