Re: BUG #5347: initdb does not work when a data directory has been deleted

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David Andersen" <david(dot)andersen(at)andersen-innovation(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5347: initdb does not work when a data directory has been deleted
Date: 2010-02-26 15:52:33
Message-ID: 27997.1267199553@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"David Andersen" <david(dot)andersen(at)andersen-innovation(dot)com> writes:
> [ initdb fails with ]
> initdb: directory "../data" exists but is not empty
> If you want to create a new database system, either remove or empty
> the directory "../data" or run initdb
> with an argument other than "../data".

This is not a bug. It's an intentional safety feature to prevent people
from accidentally wiping out their databases by re-initdb'ing over them.
If you really want to re-initdb, do what the message tells you to.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David Andersen 2010-02-26 16:00:00 Re: BUG #5347: initdb does not work when a data directory has been deleted
Previous Message Greg Stark 2010-02-26 15:13:51 Re: Diffrent column ordering after dump/restore tables with INHERITS