Re: Move cluster to new host, upgraded version

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Move cluster to new host, upgraded version
Date: 2018-11-11 19:57:23
Message-ID: eaf42f2e-2b5a-799c-2e45-7da2ab82c3cb@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/11/18 11:21 AM, Rich Shepard wrote:
>   My current desktop server/workstation is running version 10.5. I'm
> configuring a replacement desktop and have installed version 11.1 on it. To
> copy all databases from the 10.5 version to the 11.1 version I assume
> that I
> should do a pg_dumpall on the current host and read in that file on the
> replacement host. Is this the proper procedure?

See Andrew's reply for pg_dumpall advice.

Not sure if you have any extensions or not, but the part I often skip is
installing extensions in the new cluster before running the dump restore.

>
> TIA,
>
> Rich
>
>

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2018-11-11 20:16:23 Re: Move cluster to new host, upgraded version
Previous Message Andrew Gierth 2018-11-11 19:33:09 Re: Move cluster to new host, upgraded version