Обсуждение: restore postgres 8.4, help me

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

restore postgres 8.4, help me

От
Mr.Sc.Željko Bračika
Дата:
I use postgres 8.4 on some linux mashines

one machine has crashed, and i have only .tgz backup (all files from dir:
/var/lib/pgsql/8.4/data/base/70503486/*.*)

how to restore this data on new machine with postgres 8.4

help me, please, what to do!

Željko Bračika
Karlovac,
Croatia

Re: restore postgres 8.4, help me

От
Guillaume Lelarge
Дата:
Hi,

2014-09-10 20:20 GMT+02:00 Mr.Sc.Željko Bračika <netkom@ka.htnet.hr>:
I use postgres 8.4 on some linux mashines

one machine has crashed, and i have only .tgz backup (all files from dir:
/var/lib/pgsql/8.4/data/base/70503486/*.*)

how to restore this data on new machine with postgres 8.4


You should better ask that on pgsql-admin or pgsql-general.

Anyway, if you only have files from /var/lib/pgsql/8.4/data/base/70503486 directory, there's nothing you can do with only these files. Hope you have a dump of this database.


--