Re: Move cluster to new host, upgraded version

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Move cluster to new host, upgraded version
Date: 2018-11-12 13:55:17
Message-ID: alpine.LNX.2.20.1811120551030.21497@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 11 Nov 2018, Ron wrote:

> Unless your db is small, do a parallel dump. Even then, do a "-Fc" backup
> instead. That's been the recommended method for many years.

Ron,

I've several databases, none 'large.' When I've used pg_dumpall in the
past it's always with the clean option (-c) and the output directed to a
specified filename with the -f option. I don't find an -F option on the man
page.

Anywho, specifying the 10.5 version's hostname (-h) to pg_dumpall on the
11.1 version resulted a few seconds later with an output file.

Regards,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2018-11-12 14:13:12 Re: Move cluster to new host, upgraded version
Previous Message Karl Martin Skoldebrand 2018-11-12 12:08:25 RE: Recommendation for upgrading from PostgreSQL 9.3