Re: BUG #5347: initdb does not work when a data directory has been deleted
От | David Andersen |
---|---|
Тема | Re: BUG #5347: initdb does not work when a data directory has been deleted |
Дата | |
Msg-id | c6bf5b381002260800t5c46e52bxc585f1f8e29f91db@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: BUG #5347: initdb does not work when a data directory has been deleted (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: BUG #5347: initdb does not work when a data directory has been deleted
|
Список | 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 по дате отправления: