Re: Windows installation problem at post-install step

Adrian Klaver <adrian.klaver@aklaver.com>

From: Adrian Klaver <adrian.klaver@aklaver.com>
To: Ertan Küçükoglu <ertan.kucukoglu@gmail.com>
Cc: pgsql-general@lists.postgresql.org
Date: 2024-07-22T17:04:42Z
Lists: pgsql-general
On 7/22/24 09:51, Ertan Küçükoglu wrote:
> Adrian Klaver <adrian.klaver@aklaver.com 
> <mailto:adrian.klaver@aklaver.com>>, 22 Tem 2024 Pzt, 17:49 tarihinde 
> şunu yazdı:
> 
>     Provide the following info:
> 
>     1) Linux distro and version.
> 
>     2) How did you install Postgres?
> 
>     3) Versions of Postgres that was dumped from and restored to.
> 
>     4) How did you initdb the Postgres cluster?
> 
>     5) Can you connect to cluster using psql?
> 
> 
> 1- Debian 12.6
> 2- apt install postgresql-16 (from postgresql.org 
> <http://postgresql.org> directly)
> 3- Dumped from version 16.3 on Windows and restore tried on 16.3 on 
> Linux Debian
> 4- apt install did the initialization. Locale is en-US.UTF8
> 5- Before my restore trial yes. After a restore trial, the cluster was 
> broken. I had to uninstall PostgreSQL and reinstall again. I have access 
> to the cluster now.

When you connect using psql do you see template0, template1 and postgres 
when you do \l?

Does the restore work?

> 
> Thanks & Regards,
> Ertan

-- 
Adrian Klaver
adrian.klaver@aklaver.com




Commits

  1. Windows support in pg_import_system_collations