I'm trying to upgrade vcenter server (embedded vcsa) from 5.5 to 6.5 and get an error:
Error - Source Vcenter server schema validation found and issue
Resolution - Read the vcdb_req.err log file and address the issues found
So at the bottom of vcdb_req.err it says:
1 [P0001](7) ERROR: ERROR ! Missing indexes: VPX_PROPERTY_BULLETIN.PK_PROPERTY_BULLETIN; Missing constraints: VPX_PROPERTY_BULLETIN.PK_PROPERTY_BULLETIN;;
Error while executing the query
I've found this kb VMware Knowledge Base but I'm still struggling to understand what to do.
I've ssh'd to the vcenter appliance and run '/opt/vmware/vpostgres/current/bin/psql -U vc -d VCDB' which has connected ok.
But I'm not sure what to type next exactly?