EnterpriseDB / system_stats

A Postgres extension for exposing system metrics such as CPU, memory and disk information
Other
111 stars 24 forks source link

Postgres 16 #17

Open paolosaudin opened 9 months ago

paolosaudin commented 9 months ago

Hi all, I tried to install the extension on Unbuntu 22.04 LTS. The installation went fine, but when I try to install the extension with "CREATE EXTENSION system_stats;" I get the following error: ERROR: extension "system_stats" has no installation script nor update path for version "2.0"

Thnaks, Paolo

neel5481 commented 9 months ago

Thank you for reporting. I think this should be fixed with PR ( https://github.com/EnterpriseDB/system_stats/pull/19 ) Once merged, can you please verify and update ?

crbsram commented 7 months ago

HI neel Namaste. Is the fix is available for Postgres v16 rhel V8

Thanks C.R.Bala