Zico wrote:
> our server suddenly went down and after searching, i found
> out that, the OS crashed. So, i had to re-install my OS
> again. But, the problem is, I couldnot take the dump file for
> my postgresql database. Now, i have the raw data, that means,
> my datas are in a disk. Is it possible to restore those data
> here in new server?
Copy all the files that belong to the PostgreSQL server (everything
under the data directory) to a working machine with PostgreSQL
installed, and you should be able to start the server there.
And remember to keep backups from now on.
Yours,
Laurenz Albe