Make your OpenERP v7.0 faster | Use PostgreSQL 9.2
After the release of PostgreSQL 9.2 I tested a OpenERP server with this release of Postgres. And I was surprised finding out the speed of …
After the release of PostgreSQL 9.2 I tested a OpenERP server with this release of Postgres. And I was surprised finding out the speed of …
Start with the installation of NGINX sudo apt-get install nginx Create your cert and key First create a temporary directory and move the files to …
This is a quick how to to get OpenERP going on an Ubuntu / Debian server. First install a postgreSQL server: sudo apt-get install postgresql
There are only 5 XML escape signs. HTML has more. ” " ‘ ' < < > > & &
I was able to use my database after following the next steps: restore only the schema with the -s option to pg_restore sample: pg_restore –host …