How to update odoo source code after running the instance #635
Unanswered
AungKoKoLin1997
asked this question in
Q&A
Replies: 1 comment 3 replies
-
When you want to update the image for your prod instance you need to build the image with
or
After this the odoo image is now a prod image. To get a develop image again your have to build the dev image again. So this is best done on a CI environment. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using doodba and I am testing to use for production. So, I set up the server and my instance is running well.
Then, I want to update my odoo source code.
So, I run the invoke
git-aggregate
and this is the log.I thought it was looking good and applied the latest source code to the container. But when I check git log of odoo directory inside container, it is not the latest commit and seem like not working. Should
invoke git-aggregate
only use for development environment?Which way do I have to use to update my source code?
Beta Was this translation helpful? Give feedback.
All reactions