Oleg merged for 5.6.1 release,..setting to Post. SHA b9d7aea81cccf886fe2c9327a7aed7dea1714830
Checked in 5.6.1.0 I copied the fixtures in domfix directory, unzipped the export in domexp directory. I turned all dirnames and filenames lowercase and then diffed it. Apart of the manifest file which I ignore because it only contains hashes and dates, I see only one difference: diff -aurN domfix/manageiq/__domain__.yaml domexp/manageiq/__domain__.yaml --- domfix/manageiq/__domain__.yaml 2016-08-01 07:46:26.238227097 -0400 +++ domexp/manageiq/__domain__.yaml 2016-08-01 05:59:38.000000000 -0400 @@ -9,3 +9,4 @@ system: true priority: 0 enabled: true + tenant_id: 1 I guess that tenant id is ok as it gets assigned upon loading the fixtures into the database, right?
That is correct. We retain the tenant_id for the restore operation but a normal import would re-assign.
Verified it be then.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-1634.html