Re: What to do with tablespaces when upgrading to pg13 from pg1X?

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: James(王旭) <wangxu(at)gu360(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: What to do with tablespaces when upgrading to pg13 from pg1X?
Date: 2021-01-12 03:01:27
Message-ID: 20210112030127.GB4329@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jan 12, 2021 at 10:50:16AM +0800, James(王旭) wrote:
> You mean PG_13_202007201 was created by PG 13 ? No, there isn't any other
> clusters, maybe it was created by my previous failed attempts of upgrading.

Yes, it had to be created by PG 13 --- it starts with PG_13, followed by
the system catalog version. Yes, it might be left over. You have to
delete the old cluster and its tablespaces when you re-try.

> So it seems it should be ok that I issue a command like this
>
> find . -name "PG_13*"|xargs rm -rf
>
> and then do upgrade again?

I suggest you do more research than just run that --- at least I would.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com

The usefulness of a cup is in its emptiness, Bruce Lee

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message James (王旭) 2021-01-12 03:05:22 Re: What to do with tablespaces when upgrading to pg13 from pg1X?
Previous Message James (王旭) 2021-01-12 02:50:16 Re: What to do with tablespaces when upgrading to pg13 from pg1X?