Re: by mistake dropped physical file dropped for one table.

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: by mistake dropped physical file dropped for one table.
Дата
Msg-id 20180306132124.GL2416@tamriel.snowman.net
обсуждение исходный текст
Ответ на by mistake dropped physical file dropped for one table.  (Rambabu V <ram.wissen@gmail.com>)
Ответы Re: by mistake dropped physical file dropped for one table.  (Rambabu V <ram.wissen@gmail.com>)
Список pgsql-performance
Greetings,

* Rambabu V (ram.wissen@gmail.com) wrote:
> by mistake one physical file dropped for one of our table, as we do-not
> have backup for this table we are getting below error.
>
> ERROR:  could not open file "base/12669/16394": No such file or directory
>
> please help us to recover the table.

You're not likely able to recover that table.  To do so would require
completely stopping the system immediately and attempting to perform
filesystem maniuplation to "undelete" the file, or pull back chunks from
the filesystem which contain pieces of the file and attempting to
reconstruct it.

If you've been keeping all WAL since the beginning of the cluster, it's
possible you could recover that way, but you claim to not have any
backups, so I'm guessing that's pretty unlikely.

Thanks!

Stephen

Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Please help
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: need meta data table/command to find query log