Hide Forgot
Initially targeting to 3.6 while the issue will be investigated.
Seems like the problem is due to a locale in which 'Language "plpgsql" already exists' is translated - still didn't reproduce.
We have some technical difficulties working with lc_messages set to some non-en-US locale. In this bug, about engine-backup, which uses psql to restore, we found some workaround, but we want to apply the same logic in engine-setup (see bug 1078871), which uses pg_restore, where a similar workaround does not seem possible. How important it is to support foreign locales? Will it be an acceptable solution if our tools (engine-setup, engine-backup) support only en_US.UTF-8, check this early and abort otherwise? BTW, please verify that this indeed is the problem - if so, the following should be a workaround: Edit /var/lib/pgsql/data/postgresql.conf Find lc_messages, it should probably be: lc_messages = 'ja_JP.UTF-8' Change this line to be: lc_messages = 'en_US.UTF-8' Then restart postgresql (you might need to stop connected clients, including the engine, dwhd).
ok, ovirt-engine-setup-3.6.0-0.0.master.20150412172306.git55ba764.el6.noarch works exactly as described in #11
(In reply to Yedidyah Bar David from comment #9) > How important it is to support foreign locales? Though I'm french, I very often prefer getting English reports, messages and log files. Moreover, if it could break anything, please choose English. > BTW, please verify that this indeed is the problem - if so, the following > should be a workaround Working workaround.
(In reply to Nicolas Ecarnot from comment #16) > (In reply to Yedidyah Bar David from comment #9) > > How important it is to support foreign locales? > > Though I'm french, I very often prefer getting English reports, messages and > log files. Moreover, if it could break anything, please choose English. > > > BTW, please verify that this indeed is the problem - if so, the following > > should be a workaround > > Working workaround. Thanks for the report!
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/RHEA-2016-0376.html