Re: SOS. Database Lost

Поиск
Список
Период
Сортировка
От cipher
Тема Re: SOS. Database Lost
Дата
Msg-id 1187610319.287605.49280@k79g2000hse.googlegroups.com
обсуждение исходный текст
Ответ на SOS. Database Lost  ("luis perruca" <l.perruca@gmail.com>)
Список pgsql-admin
Hi,

I'm not a specialist in Postgres, but I would do the following:

1. Backup your data directories and install the old version of
postgres (8.0.1). It seems,
that the format of the data files has been changed.
2. Restore your data files. If you have luck, then your database
should be working.
3. After that, make a dump of your database(s). Under Linux, there is
a tool name "pg_dump".
Maybe use can also use pgadmin to create this dump. Note: pg_dump
writes to standard output - pipe it to a file!
4. Uninstall postgres and install the new version.
5. Execute the dump files. Under Linux, you can do so with the the
"psql" command.

I hope, this could be a litte help to you.


Greetings and good luck

Markus




On 20 Aug., 12:24, l.perr...@gmail.com ("luis perruca") wrote:
>  Hi All: I'm From Spain and I'll try to write in english as best as
> possible:
>
> I'm new in the list, and I have a serious problem: I am novice with
> Postgresql and I haven't found any solution.
> I Wil descrive the scenario:
>
> I have Postgresql 8.0.1 running on Windows 2003 Server.
> I have a Backup of my database, but is a little old
>
> And here is my problem:
>
> First, the Postgresql service didn't started (really started, but shut down
> immediatly)
> then I copied all the "postgresql" folder in other place, uninstalled and
> reinstalled Postgresql, and then overwrite the "data" folder with the one
> from the copy that I did.
>
> Now, the service starts properly, but the database doesn´t work. I did
> "pg_resetxlog" (I don´t know what it does, but I saw it somewhere).
>
> From pgAdmin III, I see the database, I access it, I see the tables and
> their properties, but no data.  I get the error  "xlog flush request
> 6D/432AAAA8 is not satisfied --- flushed only to 0/C03D020  CONTEXT: writing
> block 925 of relation 16631/17254/18128" when I try to view the tables
>
> I would need to know if I can recover the data from the tables and how to do
> it.
> I thank any suggestion that can help.
>
> Luis Perruca



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

Предыдущее
От: giuseppe.derossi@email.it
Дата:
Сообщение: Re: HELP, can't implement e filter
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: SOS. Database Lost