Re: Restore Windows dump to Linux (locale issue)
Ertan Küçükoglu <ertan.kucukoglu@gmail.com>
From: Ertan Küçükoglu <ertan.kucukoglu@gmail.com>
To: Adrian Klaver <adrian.klaver@aklaver.com>
Cc: Brent Wood <Brent.Wood@niwa.co.nz>, Tom Lane <tgl@sss.pgh.pa.us>, "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2025-11-25T22:03:15Z
Lists: pgsql-general
Adrian Klaver <adrian.klaver@aklaver.com>, 26 Kas 2025 Çar, 00:20 tarihinde şunu yazdı: > On 11/25/25 13:06, Ertan Küçükoglu wrote: > > > > > Hello, > > > > I am not understanding the below. > > > I manually created a database on the Linux system. > > Took a database backup and restored it on the Linux system. > > That is what started this thread, an issue with a backup from a Windows > machine. > > So where did you get a backup that you could restore? > > Initially it was a pgdump_all backup. Which includes database creation scripts. I used only pg_dump backup. Where I restore in an already created database. I called pg_dumpall backup as "cluster backup" . It may be my wrong choice of naming.