Fedora Account System
Red Hat Associate
Red Hat Customer
This one is failing because we create the default objects on the ansible side, but then don't backup and restore that database. This is leaving us in an odd situation where the embedded ansible database is in a state from after the backup was taken, but we've restored the backup to the vmdb database. This causes the embedded ansible worker to think that it hasn't created the objects remotely yet. This could be fixed by https://github.com/ManageIQ/manageiq/pull/14508 which will use existing objects in the awx database as our default objects if they exist. But I suspect that the "correct" solution would be to backup both the awx and vmdb databases at the same time.
Closing thi BZ since instructions to perform a full binary backup of the entire DB server are in https://bugzilla.redhat.com/show_bug.cgi?id=1459652 *** This bug has been marked as a duplicate of bug 1459652 ***