Bug 869275

Summary: Creating engine db from template1 doesn't work due to wrong template1 encoding
Product: [Retired] oVirt Reporter: Ohad Basan <obasan>
Component: ovirt-engine-coreAssignee: Ohad Basan <obasan>
Status: CLOSED DUPLICATE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.1 RCCC: acathrow, dyasny, eedri, emesika, iheim, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-25 15:19:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ohad Basan 2012-10-23 13:07:53 UTC
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:

Comment 1 Ohad Basan 2012-10-23 13:10:32 UTC
patch posted upstream:

http://gerrit.ovirt.org/#/c/8744/

Comment 2 Eli Mesika 2012-10-25 15:19:52 UTC

*** This bug has been marked as a duplicate of bug 870056 ***