Re: [SQL] harddisk crash

Поиск
Список
Период
Сортировка
От tjk@tksoft.com
Тема Re: [SQL] harddisk crash
Дата
Msg-id 199908251742.KAA02793@uno.tksoft.com
обсуждение исходный текст
Ответ на harddisk crash  (Heiko Wilms <wilms@stud.fh-hannover.de>)
Список pgsql-sql
H.W.,
The easiest way is to install a new system with the same
version of Postgres which you were running, and after you've
got the system installed, kill postres, rename it's base directory to
base.old, and move your old base directory from the crashed system
to it's place. Then restart Postgres.

If you are concerned about the integrity of the old files,
which you probably should be, dump the old tables and then
rename the base.old directory back to base and load the
data from the dump files to the new system.

You dump the old databases with "pg_dump dbname > dumpfile.txt"
I understand that pg_dumpall now works properly, so
you might be able to use that, if you have tons of databases.
You restore with "psql dbname -e < dumpfile.txt"


Troy


>
> Hi,
>
> after a harddisk crash I was only able to restore the data from the
>
> base directory. What are the steps to restore the database with these
>
> files? You all know how much work it is to build a database so I would
>
> be very thankful to any reply.
>
> --
> H. Wilms
>
> Homepage schering.si.uni-hannover.de/hugo
> email    wilms@stud.fh-hannover.de
>
>
>
>
> ************
>
>

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

Предыдущее
От: "tjk@tksoft.com"
Дата:
Сообщение: Re: [SQL] Dumping Oracle tables into Postgres
Следующее
От: Clayton Cottingham
Дата:
Сообщение: Re: [SQL] more info on ..out of memory error on dumping over 1,000,000 to file