Hi. I have been trying to determine why a couple of my VCSA v6.5U3 appliances take several hours to VAMI backup. The DB is actually not that big at all. The final backup size is only about 4GB.
Doing some research I stumbled on some other threads that had huge space issues and how they truncated a couple of vpostgres tables.
The tables are.
vc.vpx_text_array
vc.vpx_task
We have the default level 1 statistics and the default 30 day tasks and events retention.
I wanted to test so I restored the VCSA backup to an isolated environment.
I truncated both tables and my backups run in minutes.
The problem is I am not sure what those tables exactly are. I assume the 2nd one is all the tasks, and I guess it wipes all the saved tasks no matter what the retention is. I have no idea what the first one.
I will of course open a ticket with VMware before I proceed in PROD, but I wanted to know what exactly those two tables are and if there are any downsides people experienced if they truncated these as well before I open a ticket with support.
Thanks,,,