Hello all, hope everyone is well in these strange times.
I am trying to migrate from vCenter Server 6.5 to vCSA 6.7 - whilst this is our smallest cluster i would like it to be successful to maintain the moid's for Veeam which I have a lot of historical backups retained.
The migration process performs as expected, however in Stage 2 after shutting down the original server and firing up Postgres on the applianxce I get a critical error. When I SSH the appliance I am able to trace the install and Postgress logs and see:
2020-07-22T02:05:45.002Z Upgrade import step failed
2020-07-22T02:05:45.002Z vPostgres firstboot(action=firstboot) failed
NOTICE: constraint "fk_vpx_vw_ref_vpx_entity" of relation "vpx_wwn" does not exist, skipping
NOTICE: constraint "fk_wl_ref_vpx_cbk_serv" of relation "vpx_callback_whitelist" does not exist, skipping
NOTICE: constraint "pk_vpx_host_crypto_keys_ref" of relation "vpx_host_crypto_keys" does not exist, skipping
NOTICE: constraint "vdc_entity_lock_metadata_fk" of relation "vdc_entity_lock_metadata" does not exist, skipping
psql.bin:/storage/seat/cis-export-folder/vcdb/create_constr.sql:983: ERROR: insert or update on table "vpx_vm_fle_file_info" violates foreign key constraint "fk_fle_file_info_ref_vm"
DETAIL: Key (vm_id)=(44) is not present in table "vpx_vm".
Naturally this implies I have a problem with the database but I was wandering if anyone had come across this and had a way to resolve?
Unfortunately the 6.5 database is Postgreass and whilst I am going through the pgAdmin to get to the database Im not sure what I am going to be able see / do to fix.
Any assistance appreciated it.