Обсуждение: HELP: I removed file pg_log, how can I recover?

Поиск
Список
Период
Сортировка

HELP: I removed file pg_log, how can I recover?

От
joel zimmerli
Дата:
I made a big mistake: I deleted the pg_log file and of course I've no backup of it. Now it seems I'm facing with big problem with my Postgres installation!

Actually, I'm running Postgres on Cobalt Raq4 server and Postgres is used to administrate virtual website definition.

As this is the "only" file I've deleted, is there a way to recover the data of this file?

Thank you in advnace for your help.

Joel


Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail

Re: HELP: I removed file pg_log, how can I recover?

От
"Scott Marlowe"
Дата:
On Nov 9, 2007 5:27 PM, joel zimmerli <baden32@yahoo.fr> wrote:
>
> I made a big mistake: I deleted the pg_log file and of course I've no backup
> of it. Now it seems I'm facing with big problem with my Postgres
> installation!

the pg_log directory on my machine just holds pg's log files.  No biggie.

> Actually, I'm running Postgres on Cobalt Raq4 server and Postgres is used to
> administrate virtual website definition.

I'm guessing this is an older version of postgresql, and you actually
mean you deleted the pg_xlog directory.

If this is the case then your database is toast

> As this is the "only" file I've deleted, is there a way to recover the data
> of this file?

pg_resetxlog for your version of postgresql might allow you to get it
up and running well enough to dump it out.  no promises.  google to
find it.  Search the archives on how it's used.  And stop deleting
things if you aren't sure what they do (unless you make a backup
first, etc...)