Re: pg_upgrade --link on Windows

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>, "Arnaud L(dot)" <arnaud(dot)listes(at)codata(dot)eu>
Cc: PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_upgrade --link on Windows
Date: 2017-06-09 14:24:03
Message-ID: 6a638c60-90bb-4921-8ee4-5fdad68f8b09@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-general

On 06/09/2017 07:07 AM, Bruce Momjian wrote:
> On Fri, Jun 9, 2017 at 12:00:56PM +0200, Arnaud L. wrote:
>> Hi
>>
>> The pg_upgrade documentation for PostgreSQL 9.6 states that --link will use
>> junction points on Windows.
>> Shouldn't it rather user hard-links ?
>> If I'm not mistaken, with junction points (i.e. soft-links to directories),
>> the old data dir cannot be removed.
>> With hard-links to file, we can get rid of the old data dir once we are sure
>> that the upgrade is fine.
>
> I was told junction points on Windows were hard links and no one has
> ever complained about not being able to remove them.
>

https://msdn.microsoft.com/en-us/library/windows/desktop/aa365006(v=vs.85).aspx

Seems to me the difference is hard links point to file, junctions to
directories.

So if I am following:

https://en.wikipedia.org/wiki/NTFS_junction_point#Creating_or_deleting_a_junction_point

You remove the junction and then the directory it points to.

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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Arnaud L. 2017-06-09 14:39:05 Re: pg_upgrade --link on Windows
Previous Message Bruce Momjian 2017-06-09 14:07:24 Re: pg_upgrade --link on Windows

Browse pgsql-general by date

  From Date Subject
Next Message btober@computer.org 2017-06-09 14:31:44 Re: Limiting DB access by role after initial connection?
Previous Message Fabiana Zioti 2017-06-09 14:18:13 Enc: Extending SQL in C using VARIABLE length type in user defined type