Re: pg_upgrade from 9.5.10 to 12 fails with encoding issue
От | Shrikant Bhende |
---|---|
Тема | Re: pg_upgrade from 9.5.10 to 12 fails with encoding issue |
Дата | |
Msg-id | CAMTQpJD+uUq1yoYo8Se5kFJAFty0gRvSjJeJXv7AZiY_SkN1XA@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: pg_upgrade from 9.5.10 to 12 fails with encoding issue (Scott Ribe <scott_ribe@elevated-dev.com>) |
Список | pgsql-admin |
Hi Scott,
Thanks for the hint, it worked when I did initdb --locale without specifying the encoding.
On Mon, Jan 20, 2020 at 11:07 AM Scott Ribe <scott_ribe@elevated-dev.com> wrote:
> On Jan 19, 2020, at 10:00 PM, Shrikant Bhende <shrikantpostgresql@gmail.com> wrote:
>
> Hello community,
>
> I am trying to upgrade a cluster of version 9.5.19 to version 12.1 but seems like upgrade is getting failed because of database encoding issue, I am getting below error while running pg_upgrade command with -c
>
> "lc_collate values for database "postgres" do not match: old "en_US.UTF-8", new "C.UTF-8" Failure, exiting",
>
> I have tried to create new cluster f version 12 using initdb --encoding parameter but it create encoding as C.UTF-8 only and old cluster is with encoding en_us_UTF-8.
> Kindly assist to resolve this issue.
>
> Thanks and regards
I'm going to guess that you need --locale as well.
В списке pgsql-admin по дате отправления: