When taking a vCenter VAMI based backups, there are differences when saving SEAT data versus not saving SEAT data.
The vCenter Server built in backup will use the following Postgres utilities depending on how the backup is selected:
To support incremental backup, pg_basebackup + wal archives are leveraged for full backups. A full backup is different for the following reasons:
If there are concerns about the consistency of the database files for vCenter, the options are:
Option 1: Run a partial backup. This will use pg_dump and will do the file level consistency check.
Option 2: Use the vpgsql-consistency-check.sh
script. The script was written to provide an easier consistency check method for the VCDB.