Description of problem: on fedora 18 + postrgres 9.2 creating engine db using create_db -E utf8 fails since we base on pg template1 which has a default encoding of ASCII by default. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1.install fedora18+ovirt engine 2.run setup and go through all the stages. 3. Actual results: setup fails due to incompatibility between the template's encoding and the new db's encoding Expected results: db created successfully. Additional info:
patch posted upstream: http://gerrit.ovirt.org/#/c/8744/
*** This bug has been marked as a duplicate of bug 870056 ***