Skip to Content
Menu
This question has been flagged
1 Reply
2657 Views

Hello Odoo Community,

I have successfully set up the Odoo 18 source code on my Ubuntu server, and it's running smoothly in the Community edition. Recently, I downloaded the Odoo Enterprise .deb package using my subscription key, but I'm having trouble upgrading my current setup to the Enterprise edition.

Could anyone guide me through the proper steps for upgrading from Odoo Community to Odoo Enterprise on an on-premise server? Specifically, I’m looking for advice on:

  1. How to properly install the Enterprise edition .deb package.
  2. How to configure my existing Odoo installation to recognize and use the Enterprise features.
  3. Any necessary database or configuration updates required for the upgrade.
  4. Tips for ensuring a smooth transition and avoiding potential issues.

I’d appreciate any help or resources that could make this process easier.

Thank you!

Avatar
Discard
Best Answer

If you have the source code of the enterprise, it's easier. Just copy the source code to the odoo folder, add it to the addons_path of the .conf, restart the instance and install any enterprise module or simply web_enterprise.

Since you have a deb, you can install it normally with any deb file. You can follow odoo documentation:. But besure to disable your existing odoo or change the .conf so you don't have port conflict as both possibly will use the default 8069 port. After installation, copy any custom addons on the community to the new enterprise and start the new enterprise instance, login to the database and just install enterprise modules.


Avatar
Discard
Related Posts Replies Views Activity
1
Jun 25
72
1
Jun 25
569
1
Apr 23
3239
0
Jun 21
1372
1
Mar 17
7414