Re: reuse tablespace from crashed PSQL instance

Поиск
Список
Период
Сортировка
От Alex Ignatov
Тема Re: reuse tablespace from crashed PSQL instance
Дата
Msg-id 19518802B8BEC076.F3B8DC25-B5D7-4BA3-9B38-05D6137F201D@mail.outlook.com
обсуждение исходный текст
Ответ на reuse tablespace from crashed PSQL instance  (Artem Tomyuk <admin@leboutique.com>)
Ответы Re: reuse tablespace from crashed PSQL instance  (Artem Tomyuk <admin@leboutique.com>)
Список pgsql-admin
There is nothing in relation data files that prevent you to do it (no headers etc in files) except xmin and xmax info from tuple %). 
So the short answer is yes you can do it but may be you will not see any data from it if for example current txid is less than xmin's from data files.
PS There is no transportable tablespaces as they are in Oracle. So you can only try it  at home ;)

Alex Ignatov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company




On Tue, Jun 21, 2016 at 11:26 AM +0300, "Artem Tomyuk" <admin@leboutique.com> wrote:

Hi. 

Is it possible to reconnect tablespace from old setup to the new one with the same version of PGSQL?

Thanks.

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

Предыдущее
От: Artem Tomyuk
Дата:
Сообщение: reuse tablespace from crashed PSQL instance
Следующее
От: Artem Tomyuk
Дата:
Сообщение: Re: reuse tablespace from crashed PSQL instance