Re: The Data Base System is in recovery mode
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Palle Girgensohn <girgen@partitur.se>
Cc: pgsql-bugs@postgresql.org
Date: 2000-10-22T02:22:57Z
Lists: pgsql-bugs
Palle Girgensohn <girgen@partitur.se> writes: > I cannot reproduce this error on a fresh > installation on another machine, which puzzles me. I though it might > have to do with the the database beeing dumped/restored to this new > installation, but I found no way to get the data there without > dump/restore. tarring the data/base/dbname dir doesn't work, right? No, but tarring the entire data directory should work (as long as the destination machine is same architecture and same configure options as source). Partial tar doesn't work because you've got to have pg_log matching the data files... regards, tom lane