Re: pg_upgrade

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Загороднев Роман Евгеньевич <re(dot)zagorodnev(at)npff(dot)ru>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: pg_upgrade
Date: 2019-12-25 14:30:34
Message-ID: CAOBaU_Y+yvzqP1nCD=r+D_yQ0m1TVU6ixrwOfdC1P1H_CkqhBQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Dec 25, 2019 at 3:17 PM Загороднев Роман Евгеньевич
<re(dot)zagorodnev(at)npff(dot)ru> wrote:
>
> Hi.
>
> On windows pg_upgrade.exe ignores –k (--link) options and try to copy all data.
>
> Pg_upgrade version 10.10.

This should not be happening. On windows pg_upgrade uses
CreateHardLinkA()
(https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createhardlinka?redirectedfrom=MSDN)
if -k / --link option is used. The page mentions that only ntfs
filesystem is supported, is this what you're using? Can you show the
full output of pg_upgrade in verbose mode?

In response to

  • pg_upgrade at 2019-12-25 13:10:42 from Загороднев Роман Евгеньевич

Responses

  • RE: pg_upgrade at 2019-12-25 15:26:51 from Загороднев Роман Евгеньевич

Browse pgsql-bugs by date

  From Date Subject
Next Message Загороднев Роман Евгеньевич 2019-12-25 15:26:51 RE: pg_upgrade
Previous Message Загороднев Роман Евгеньевич 2019-12-25 13:10:42 pg_upgrade