powa-team / powa

PostgreSQL Workload Analyzer
http://powa.readthedocs.io/
PostgreSQL License
768 stars 57 forks source link

Installation postgresql 10.1.3 #106

Closed rampantdragon closed 6 years ago

rampantdragon commented 6 years ago

this server is not connect to the internet. tried to install

sudo dpkg -i postgresql-10-powa_3.1.1_amd64.deb (Reading database ... 41145 files and directories currently installed.) Preparing to unpack postgresql-10-powa_3.1.1_amd64.deb ... Unpacking postgresql-10-powa (3.1.1) over (3.1.1) ... dpkg: dependency problems prevent configuration of postgresql-10-powa: postgresql-10-powa depends on postgresql-10; however: Package postgresql-10 is not installed.

dpkg: error processing package postgresql-10-powa (--install): dependency problems - leaving unconfigured Errors were encountered while processing: postgresql-10-powa

postgres -V postgres (PostgreSQL) 10.1

Postgresql is EB 10.1.5

rjuju commented 6 years ago

What is EB, is it EnterpriseDB version of postgres?

Your problem is that powa debian package (or other postgres extensions) has a dependency on vanilla postgres, but it isn't installed on your system. And even if it was, I doubt it'd work with a different postgres version. If you have the "EB" development headers, you could compile the extensions manually. If not, you should ask for the "EB" developers to provide the extensions you need.

rampantdragon commented 6 years ago

Ok will install vanilla and see if can get working