Re: pg_upgradecluster transfering only a portion of the data

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Dávid Suchan <david(dot)suchan(dot)ds(at)gmail(dot)com>, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_upgradecluster transfering only a portion of the data
Date: 2023-02-27 17:40:57
Message-ID: f72651839f0cf40ca42940f7e8d13fd8faedfc40.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2023-02-27 at 18:18 +0100, Dávid Suchan wrote:
> I did not use the -k --link argument while upgrading as that I presume does not copy the data 

It would be great if you shared the exact command line you used.

The man page of "pg_upgradecluster" says:

-m, --method=dump|upgrade|link|clone
Specify the upgrade method. dump uses pg_dump(1) and pg_restore(1), upgrade uses pg_upgrade(1). The default is dump.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2023-02-27 17:44:28 Re: pg_upgradecluster transfering only a portion of the data
Previous Message Dávid Suchan 2023-02-27 17:18:48 Re: pg_upgradecluster transfering only a portion of the data