For kb79596 I'm getting a syntax error with the psql code:
update vpx_host_perfinfo set last_perf_time =now() where id=’HOST-ID
This is the replacement step 11 at the bottom of the article for 7.0. It yields this:
ERROR: column "id" does not exist
LINE 1: ...vpx_host_perfinfo set last_perf_time =now() where id='HOST-I...
^
Has anyone been able to run this against 7.0?
I'm willing to wipe all stats data if that would help -- just need a procedure.