Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to upgrade from community to enterprise? #3

Open
ysaimuey opened this issue Feb 18, 2023 · 1 comment
Open

How to upgrade from community to enterprise? #3

ysaimuey opened this issue Feb 18, 2023 · 1 comment

Comments

@ysaimuey
Copy link

I'm running odoo-16-docker-compose and I'd like to upgrade to enterprise version. Please advise how to do it.

@minhng92
Copy link
Owner

Hi @ysaimuey ,

You can setup Odoo enterprise with odoo-16-docker-compose like this:

  1. Create a new folder in "addons" named "enterprise" and put the enterprise addons in "addons/enterprise"
  2. Append the path to addons_path in the config file at "etc/odoo.conf"
  3. Restart the Odoo container (or down and up the Odoo container again):
$ docker-compose restart
# or
$ docker-compose down
$ docker-compose up -d

You should deploy Odoo enterprise with docker-compose in a separate directory without running Odoo community database(s).

image

After deploying Odoo enterprise with docker-compose, please create a new enterprise database and import data from community version (if you have a running community instance)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants