Re: BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)
Дата
Msg-id 20120713015241.GA15443@momjian.us
обсуждение исходный текст
Ответ на Re: BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)  (Mike Wilson <mfwilson@gmail.com>)
Ответы Re: BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)  (Mike Wilson <mfwilson@gmail.com>)
Список pgsql-bugs
On Thu, Jul 12, 2012 at 05:21:31PM -0700, Mike Wilson wrote:
> This can be closed.  I figured out what I was doing wrong, which was
> after the conversion I was cleaning up the old datadir by deleting it,
> which destroyed the hard links to the data since I am using pg_upgrade
> --link

Uh, actually, a hard link has two directory entries pointing to the same
file, so you can delete the old datadir and the new datadir should not
be affected.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

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

Предыдущее
От: Mike Wilson
Дата:
Сообщение: Re: BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)
Следующее
От: Yogesh_Sharma@Cymer.com
Дата:
Сообщение: Re: BUG #6729: Install of postgresql-devel for x86_84 and i686 fails