Re: recovering database from a linux file system

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: recovering database from a linux file system
Дата
Msg-id 56E1D4A1.3060602@hogranch.com
обсуждение исходный текст
Ответ на recovering database from a linux file system  (Alka Gupta <alka.gupta@broadcom.com>)
Ответы Re: recovering database from a linux file system  (Alka Gupta <alka.gupta@broadcom.com>)
Re: recovering database from a linux file system  (Pierre Chevalier Géologue <pierrechevaliergeol@free.fr>)
Список pgsql-general
On 3/10/2016 12:05 PM, Alka Gupta wrote:
> The vendor won't give us any way to access the machine and retrieve
> the DB, so I removed the HDD and connected it to my Linux laptop.  I
> was able to grab all the DB files and copy them to my Windows desktop,
> where I then installed PostgreSQL 9.0 (to match the version that was
> on the server) with pgAdmin III.  I changed the default directory to
> the folder containing the DB files using this tutorial:
> https://wiki.postgresql.org/wiki/Change_the_default_PGDATA_directory_on_Windows


I would try installing postgres on linux, and try running it with a copy
of this data directory.   skip the pgadmin thing entirely as its just
another layer of obfuscation, stick with CLI tools.



--
john r pierce, recycling bits in santa cruz



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

Предыдущее
От: Alka Gupta
Дата:
Сообщение: recovering database from a linux file system
Следующее
От: Edson Richter
Дата:
Сообщение: Re: Best approach for multi-database system