+++ This bug was initially created as a clone of Bug #1070742 +++ Currently the schema version holds a field for user name, while the length of the field is shorter than what postgres supports.
Verification failed on av2.1: psql -d engine -c "select * from information_schema.columns where table_name = 'schema_version' and column_name = 'installed_by';" | less -S table_catalog | table_schema | table_name | column_name | ordinal_position | column_default | is_nullable | data_type | character_maximum_length | character_octet_length | numeric_precision ---------------+--------------+----------------+--------------+------------------+----------------+-------------+-------------------+--------------------------+------------------------+------------------- engine | public | schema_version | installed_by | 5 | | NO | character varying | 30 | 1073741824 | (1 row) Fix will be entered in later version (3.4.1 ?) https://bugzilla.redhat.com/show_bug.cgi?id=1070742 is still in modified.
Verified on av3: # rpm -q rhevm rhevm-3.4.0-0.5.master.el6ev.noarch # rpm -q rhevm-dwh rhevm-dwh-3.4.0-3.el6ev.noarch # rpm -q rhevm-reports rhevm-reports-3.4.0-2.el6ev.noarch table_catalog | table_schema | table_name | column_name | ordinal_position | column_default | is_nullable | data_type | character_maximum_length | character_octet_length | numeric_precision | nume ---------------+--------------+----------------+--------------+------------------+----------------+-------------+-------------------+--------------------------+------------------------+-------------------+----- engine | public | schema_version | installed_by | 5 | | NO | character varying | 63 | 1073741824 | | (1 row)
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. http://rhn.redhat.com/errata/RHEA-2014-0601.html