Validate the records within the table with the commands below run from an SSH session to the primary appliance:
- su - postgres
- psql vcac
- select * from vmo_contentversioncontrol;
- If there is more than one row for "__SYSTEM" then remove one using the following query as an example:
delete from vmo_contentversioncontrol where id='2';
Note: It should not make a difference which row is removed as long as there is only one row with the following information:
location = /storage/db/vcodata/git/__SYSTEM.git
repositorytype = INTERNAL
systemuser = vco
tenantid = __SYSTEM