Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
7011 Переглядів

Hi Community! 

I was reading and thinking about this:
https://www.odoo.com/documentation/11.0/setup/deploy.html


What is the advantage or disadvantage of doing this? 

Аватар
Відмінити
Найкраща відповідь

basic use of dbfilter is

you don't have to choose or create database every time

you can't choose database while you restart after DBdrop. that will be a disadvantage (it work with the same dbname every time) 

basically, it makes your routine work faster, nothing else


Аватар
Відмінити
Найкраща відповідь

Please read the documentation carefully, it is exactly described. You need dbfilter, when you are using public websites AND hosting multiple databases in your Odoo instance. dbfilter maps the hostname of an HTTP-request to a particular database.

Example:

HTTP-request: https://www.example.com/shop

Hostname is www.example.com in this case.

dbfilter defines the database name to be called (for example "example").

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
лист. 22
9789
1
лип. 25
715
1
квіт. 19
4265
3
січ. 25
4623
1
лист. 24
94