Automated Odoo Docker Images Jan 19, 2017 I am proud to announce some new tags that augment the existing Odoo Docker builds by using the nightly source instead of going months between releases (mirroring Odoo's Docker releases). How to Use Yo... Docker Odoo Read more
Backing Up and Upgrading Postgres Oct 14, 2016 Postgres' on-disk data format is stable on major releases, allowing you to upgrade the specific server version without fear of corrupting on-disk data. In general, I think it is best to keep Postgres ... Docker Postgres Read more
Odoo 10 in Docker Oct 12, 2016 As of today, the Docker Hub hibou/odoo image now supports the 10.0 tag and bumps the latest tag to 10.0. Changes The configuration file has been renamed from `openerp-server.conf` to `odoo.conf` (stil... Docker Odoo v10 Read more
Running Odoo on Pypy Oct 12, 2016 For the unfamiliar, Pypy is an alternative just in time (JIT) compiler runtime for the python language. Normally, when you run a python file, the ordinary Python runtime (cpython) interprets the file ... Odoo Read more
Docker Odoo Blueprint Oct 11, 2016 This is a complete guide for how I lay out Odoo deploys, and projects, that is optimized for development and deploy using Git and Docker. Note that whenever I give an example of an owner UID or GUID, ... Docker Odoo Read more
Hibou Odoo Docker Manifesto Aug 9, 2016 I have been using Docker more and more, and the Docker project has progressed to the point where I prefer to use a bare host OS over lots of Virtual Machines (KVM or otherwise). Eight months ago I for... Docker Odoo Read more