How To: Install and configure Pentaho BI Suite 5.1 CE | Ubuntu 14.04 | PostgreSQL 9.3
We will install Pentaho BI Suite on an Ubuntu 14.04 Server with PostgreSQL 9.3 server as a backend for Pentaho. We have chosen PostgreSQL server …
We will install Pentaho BI Suite on an Ubuntu 14.04 Server with PostgreSQL 9.3 server as a backend for Pentaho. We have chosen PostgreSQL server …
We will install Pentaho BI Suite on an Ubuntu 12.04 Server with PostgreSQL 9.2 server as a backend for Pentaho. We have chosen PostgreSQL server …
Create a user for the OpenERP application sudo adduser –system –quiet –shell=/bin/bash –home=/opt/openerp –gecos ‘OpenERP’ –group openerp Install PostgreSQL database and add openerp as a …
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 …
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 …