Re: BUG #5347: initdb does not work when a data directory has been deleted - Mailing list pgsql-bugs

From David Andersen
Subject Re: BUG #5347: initdb does not work when a data directory has been deleted
Date
Msg-id c6bf5b381002260800t5c46e52bxc585f1f8e29f91db@mail.gmail.com
Whole thread Raw
In response to Re: BUG #5347: initdb does not work when a data directory has been deleted  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #5347: initdb does not work when a data directory has been deleted  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Hi Tom,

Thank you for your answer. The error message states:
"initdb: directory "../data" exists but is not empty"
This is wrong. ../data does not exist

It then states:
"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".
The first part of this sentence is what I attempted to do, and it did not
work.


Regards,

David


On Fri, Feb 26, 2010 at 16:52, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> "David Andersen" <david.andersen@andersen-innovation.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
>

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #5347: initdb does not work when a data directory has been deleted
Next
From: Tom Lane
Date:
Subject: Re: BUG #5347: initdb does not work when a data directory has been deleted