vCenter Server upgrade fails during the pre-check phase. The installer reports insufficient disk space on the /storage/archive partition. Manual inspection reveals high disk utilization on /storage/archive/vpostgres/ caused by an accumulation of PostgreSQL Write Ahead Log (WAL) archive files.
VMware vCenter Server
PostgreSQL archive logs accumulated in the /storage/archive/vpostgres/ directory, exceeding the partition capacity due to high transaction volume
URGENT: Perform a file-based backup of the vCenter Server before proceeding.
Log in to the vCenter Server Appliance via SSH as root.
Verify disk space usage by running: df -h
Navigate to the archive directory: cd /storage/archive/vpostgres/
Follow the steps outlined starting with, Step 3 Manual Clean up, in the following KB to Perform a Manual Clean up of the archive logs older than 90 days to reclaim space
Troubleshooting manual cleanup failures and read-only states for vCenter /storage/archive partition
If needed adjust command to 60 days if more space needs to be cleared see below:
find /storage/archive/vpostgres/ -mtime +60 | xargs rm
Resume the vCenter Server upgrade.