Re: pg_upgrade and rsync

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>, Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Andres Freund <andres(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_upgrade and rsync
Date: 2015-01-28 22:28:56
Message-ID: 54C962A8.5070802@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/28/2015 02:10 PM, Josh Berkus wrote:
> So 390MB were transferred out of a possible 474MB. That certainly seems
> like we're still transferring the majority of the data, even though I
> verified that the hard links are being sent as hard links. No?

Looks like the majority of that was pg_xlog. Going to tear this down
and start over, and --exclude pg_xlog.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2015-01-28 23:28:51 Re: Using 128-bit integers for sum, avg and statistics aggregates
Previous Message Tomas Vondra 2015-01-28 22:25:53 Re: PATCH: decreasing memory needlessly consumed by array_agg