Dear ,
I have installed the Odoo 12 EE on the base port 8069 and it's working fine. Now i have downloaded the CE source and installed it on another port like 8080.
Odoo 12 EE is running as a service while I am running odoo ce on 8080 port by passing below cmd through odoo12ce user,
python3 odoo-bin --addons-path=/opt/odoo12ce/Odoo12/addons --http-port=8080 --db_user=odoo12ce
Now just to clarify, i have two separate db users like odoo user for Odoo12EE (8069) and another user odoo12ce for Odoo 12 CE (8080).
Now I have run the odoo12 ce by using the above mentioned command, but when i am creating the database, it is creating the odoo enterprise database instead of odoo community edition database and this is the issue.
I have different addons folders, different db and server users for both then why it's creating the EE database? thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
3079
Lượt xem
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 7 23
|
1619 | ||
|
3
thg 1 20
|
8202 | ||
|
1
thg 9 23
|
3896 | ||
|
4
thg 1 19
|
5447 | ||
|
1
thg 11 17
|
6259 |
Are you executing this command with the correct user (the user beloning to the Odoo 12 CE)?
Yes, i am using the correct user to run the command e.i. odoo12ce
But the folder that contains the Odoo12CE source code has rights of root, but is something restricted then why it's start even?