Wednesday, March 27, 2019

Deletion of tasks, events, historical performance data befor upgrading vCSA

Remove tasks, events, and historical performance data befor upgrading vCSA


In some situation it is only possible to select XL configuration when upgrading vCSA from 6.0 to 6.5. Remove tasks, events and historical performance data to freeup space in Postgres db. 

https://kb.vmware.com/s/article/2110031


/opt/vmware/vpostgres/current/bin/psql -U postgres -v TaskMaxAgeInDays=10 -v EventMaxAgeInDays=10 -v StatMaxAgeInDays=10 -d VCDB -t -q -f /tmp/2110031_Postgres_task_event_stat.sql


In example , 10 days.




RECENT POSTS

Error then updating Veeam to 12.3.0.310 - VeeamAgent.exe / Windows Script Host must be enabled

When trying to run update 12.3.0.310, you might encounter this error. First , stop all jobs. and then disable them. If the error persists En...