Re: Restore Windows dump to Linux (locale issue)

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Ertan Küçükoglu <ertan(dot)kucukoglu(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Restore Windows dump to Linux (locale issue)
Date: 2025-11-23 21:49:55
Message-ID: 99a43de0-6bea-4318-9364-c707311ade78@aklaver.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/23/25 13:41, Ertan Küçükoglu wrote:
> Hello,
>
> I am using PostgreSQL 18.1 on a Windows system.
> I need to move that database to a Linux system of the same version number.
>
> Windows system use locales name as tr-TR (this is UTF-8 locale)
> Linux system use locale name as tr_TR.UTF-8
>
> My cluster backup gives error at restore (I think because of that locale
> naming difference) as below
>
> psql:/db.dump:133: ERROR:  invalid LC_COLLATE locale name: "tr-TR"

I should have added to previous post what does, in psql, the below return:

\l <database_name>

>
> And a bunch of other errors below.
>
> What can I do to complete this migration?
>
> Thanks & Regards,
> Ertan

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2025-11-23 22:02:04 Re: Restore Windows dump to Linux (locale issue)
Previous Message Adrian Klaver 2025-11-23 21:47:27 Re: Restore Windows dump to Linux (locale issue)