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

Поиск
Список
Период
Сортировка
От James(王旭)
Тема Re: What to do with tablespaces when upgrading to pg13 from pg1X?
Дата
Msg-id tencent_30EAF6C36023412411F40F24@qq.com
обсуждение исходный текст
Ответ на Re: What to do with tablespaces when upgrading to pg13 from pg1X?  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-general
Got you, thanks a lot Bruce!
 
 
------------------ Original ------------------
Date:  Tue, Jan 12, 2021 11:01 AM
To:  "James(王旭)"<wangxu@gu360.com>;
Cc:  "pgsql-general"<pgsql-general@postgresql.org>;
Subject:  Re: What to do with tablespaces when upgrading to pg13 from pg1X?
 
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@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

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

В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: What to do with tablespaces when upgrading to pg13 from pg1X?
Следующее
От: "Joel Jacobson"
Дата:
Сообщение: CASE WHEN idiomatic for functions with side-effect?