Re: [GENERAL] Moved database question

2008-08-05 Thread Scott Marlowe
On Tue, Aug 5, 2008 at 12:45 PM, Bayless Kirtley <[EMAIL PROTECTED]> wrote: > I had to move my database to a new disk. I dropped the original after a > pg_dump and then removed the old directory. I then ran initdb on the new > location, created the database and restored from the pg_dump. > > My pro

Re: [GENERAL] Moved database question

2008-08-05 Thread brian
Bayless Kirtley wrote: I had to move my database to a new disk. I dropped the original after a pg_dump and then removed the old directory. I then ran initdb on the new location, created the database and restored from the pg_dump. My problem now is that I have to supply the full pathnames to sta

[GENERAL] Moved database question

2008-08-05 Thread Bayless Kirtley
I had to move my database to a new disk. I dropped the original after a pg_dump and then removed the old directory. I then ran initdb on the new location, created the database and restored from the pg_dump. My problem now is that I have to supply the full pathnames to start or stop the server.