> On Fri, Feb 8, 2019 at 10:39 PM  wrote:
> 
> 
> For Hetz it was due to a missing foreign key constraints in image_transfers
> table.
> Can you please check if 'fk_image_transfers_command_enitites'[*] exists by
> executing the following sql command:
> SELECT COUNT(1) FROM information_schema.table_constraints WHERE
> constraint_name='fk_image_transfers_command_enitites' AND
> table_name='image_transfers';
> 
Looks like the same here...

engine=# SELECT COUNT(1) FROM information_schema.table_constraints WHERE 
constraint_name='fk_image_transfers_command_enitites' AND 
table_name='image_transfers';
 count
-------
     0
(1 row)


> Also, can you please attach 'ovirt-engine-setup' log from after the upgrade
> to 4.3
> 
> [*] The constraint should be added by
> '04_03_0270_add_foreign_key_to_image_transfers.sql'

I see these in the engine-setup log which seem to be relevant...

D: erase      100644  1 (   0,   0)   472 
/usr/share/ovirt-engine/dbscripts/upgrade/04_02_1210_add_foreign_key_to_image_transfers.sql

Skipping upgrade script 
/usr/share/ovirt-engine/dbscripts/upgrade/04_03_0270_add_foreign_key_to_image_transfers.sql,
 already installed by 04021210
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7BPAAQVIAA2KZ43V77LPLVSJIC2AXUVX/

Reply via email to