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 update #1

Open
jayo2005 opened this issue Nov 16, 2022 · 2 comments
Open

How to update #1

jayo2005 opened this issue Nov 16, 2022 · 2 comments

Comments

@jayo2005
Copy link

Hi How do we update the ODoo version.
curl -s https://raw.githubusercontent.com/minhng92/odoo-16-docker-compose/master/run.sh | sudo bash -s odoo-one 10016 20016

Is this the latest Odoo 16

@minhng92
Copy link
Owner

Hi @jayo2005 ,

In our docker-compose, we use image "odoo:16" which has tag 16 in the following link: https://hub.docker.com/_/odoo/tags

Because this image is still being updated by Odoo team, so we have to pull a new docker image of odoo:16. First you should delete the outdated image on your local machine:

# command to delete odoo 16 image
docker rmi odoo:16

# command to list all docker images
docker images

Then you run the command again to start a new Odoo instance.

Note: to update a running Odoo 16 instance.

# jump into the folder created by my command. Eg: odoo-one
cd odoo-one
docker-compose down
docker rmi odoo:16
docker-compose up -d

@jayo2005
Copy link
Author

jayo2005 commented Nov 18, 2022 via email

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