This question has been flagged
1 Reply
4329 Views

I have used official documentation to install the community version (https://www.odoo.com/documentation/9.0/setup/install.html#setup-install-source). The problem is that when I try to update using apt upgrade odoo it says it is the latest version from 07-07-2018. However, it is not the latest. I tried to update it from Github but it was not possible:

fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
On the other server I have installation from GitHub and I can manually update Odoo from GitHub without any issues. In the other hand it wont be updated by running apt-get upgrade

Any ideas?
Avatar
Discard
Best Answer

Hi Arek,

You cannot update the code using GIT for nightly build. Either clone it from GIT or replace the latest copy from Nightly.

Sudhir Arya
ERP Harbor Consulting Services
Skype:sudhir@erpharbor.com
Website: http://www.erpharbor.com
Avatar
Discard
Author

Thanks for the hint Sudhir Arya. Any ideas why it is not updating as it supposed to(apt-get upgrade)?

Do you have a link to the documentation on how to safely replace it with the latest nightly build?