pg_upgrade --link on Windows

From: "Arnaud L(dot)" <arnaud(dot)listes(at)codata(dot)eu>
To: PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: pg_upgrade --link on Windows
Date: 2017-06-09 10:00:56
Message-ID: 8da3dbd9-7daf-5589-0cc8-0eede930a492@codata.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-general

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.

Regards

--
Arnaud

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2017-06-09 14:07:24 Re: pg_upgrade --link on Windows
Previous Message Daniel Gustafsson 2017-06-02 11:56:14 Re: (almost) same sentence twice

Browse pgsql-general by date

  From Date Subject
Next Message Harry Ambrose 2017-06-09 11:44:54 Re: ERROR: unexpected chunk number 0 (expected 1) for toast value 76753264 in pg_toast_10920100
Previous Message Ken Tanzer 2017-06-09 07:07:38 Re: Limiting DB access by role after initial connection?