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 17.0 to 17.2 or 17.3? #16

Open
Buster14 opened this issue Aug 2, 2024 · 5 comments
Open

How to upgrade from 17.0 to 17.2 or 17.3? #16

Buster14 opened this issue Aug 2, 2024 · 5 comments

Comments

@Buster14
Copy link

Buster14 commented Aug 2, 2024

There's a payment update in my country that uses 17.3. How would i update to 17.3 if now i'm using 17.0?

@minhng92
Copy link
Owner

minhng92 commented Aug 9, 2024

Hi @Buster14 , Odoo 17.3 is only on Odoo online. Odoo community does not include the update patch 17.2 & 17.3.
image

@Buster14
Copy link
Author

Buster14 commented Aug 9, 2024

thanks for the explanation,
odoo/odoo#172735
I'm waiting for this to be approved, (i thought i had to upgrade version)
so once its approved, what should i do to make it installed in your image?

Since i think it says 17.3 on top right..

@minhng92
Copy link
Owner

minhng92 commented Aug 9, 2024

My docker-compose uses the official docker image from Odoo, check it out at:
https://hub.docker.com/_/odoo/tags

You can follow these step to update the docker image on your local machine:

$ docker-compose down        # down the running containers
$ docker rmi odoo:17         # remove the current installed version
$ docker pull odoo:17        # pull the latest version

Start again the Odoo container with:
$ docker-compose up -d

@Buster14
Copy link
Author

Buster14 commented Aug 9, 2024

Thanks, i'll give it a shot once that pull is approved.

@trinanda
Copy link

trinanda commented Oct 5, 2024

Odoo Community have 17.4 now:
https://github.com/odoo/odoo/tree/saas-17.4
How to use saas-17.4 docker image?

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

3 participants