Description of problem: Please take a look at: 1034929 The mentioned script Alters only DB owner which in case we check all entities in otopi setup has a hole. The hole are for instance temporary tables created and owned by postgres as they do not get affected by alter db owner. This causes the script to be useless in few scenarios of broken upgrade due to DB schema issues. Version-Release number of selected component (if applicable): is24 How reproducible: 100 % Steps to Reproduce: 1. Have a table unde engine DB owned by postgres 2. Try to upgrade (upgrade fails) 3. Try changedbowner.sh 4. Try to upgrade again (it indeed does not work) Actual results: Doesn't work - entites are not affected Expected results: Should change all entities owneship as well, not only DB schema ownership Additional info: More detailed info in BZ: 1034929
Reason for Close : Please see https://bugzilla.redhat.com/show_bug.cgi?id=1034929 Comment #3 *** This bug has been marked as a duplicate of bug 1034929 ***