How to Upgrade Odoo 17 Community to Enterprise in Ubuntu

Описание к видео How to Upgrade Odoo 17 Community to Enterprise in Ubuntu

How to Upgrade Odoo 17 Community to Enterprise in Ubuntu

Steps on How to Upgrade Odoo 17 Community to Enterprise on Ubuntu 22.04 for Production

1.) For this example we will be using the Odoo Documentation:

https://www.odoo.com/documentation/17...

2.) Backup your Community Database

Go to the database manager and take a backup

3.) Stop the odoo service and download the enterprise addons

systemctl stop odoo
systemctl status odoo

git clone [email protected]:odoo/enterprise.git --depth 1 --branch 17.0 /opt/odoo/odoo/enterprise

In case you get an error “Permission denied (publickey)” you need to create a new GitHub SSH Key:

i.) Generating a new SSH key:
ssh-keygen -t ed25519 -C [email protected]

ii.) Adding your SSH key to the ssh-agent:
eval "$(ssh-agent -s)"

iii.) Add your SSH private key to the ssh-agent:
ssh-add ~/.ssh/id_ed25519

iv.) Adding a new SSH key to your GitHub account
cat ~/.ssh/id_ed25519.pub


4.) Update the --addons-path parameter of your odoo.conf file

nano /etc/odoo.conf

/opt/odoo/odoo/enterprise


5.) Start the odoo service

systemctl odoo start
systemctl status odoo

6.) Install the web_enterprise module

7.) Purchase Enterprise license

Visit https://www.softiqtechnologies.co.ke/ for more info and please subscribe to our videos.

We welcome your comments and suggestions for future videos. Thanks!

Contact us on:
Email: [email protected]

Please buy us a cup of coffee:
Paypal: [email protected]

Комментарии

Информация по комментариям в разработке