Ynt: createdb -D /other/path dbname does not work - Mailing list pgsql-admin

From Madness
Subject Ynt: createdb -D /other/path dbname does not work
Date
Msg-id 9eo2c6$2bmd$1@news.tht.net
Whole thread Raw
In response to Re: createdb -D /other/path dbname does not work  (Stefan Huber <schweinsaug@crosswinds.net>)
List pgsql-admin
Hi,

bash-2.04$ initlocation /pg_test/
The location will be initialized with username "postgres".
This user will own all the files and must also own the server process.

Fixing permissions on pre-existing directory /pg_test/
Creating directory /pg_test//base

initlocation is complete.

bash-2.04$ createdb -D /pg_test/ test
ERROR:  The database path '/pg_test/' is invalid. This may be due to a
character that is not allowed or because the chosen path isn't permitted for
databases
createdb: database creation failed

So, where is the problem?

Stefan Huber <schweinsaug@crosswinds.net> wrote in message
news:5.1.0.14.0.20010518180656.00adb858@pop.crosswinds.net...
> Hi!
>
> At 15:45 2001-05-18 +0200, Muhammed Yazici wrote:
> > > createdb -D /other/path dbname
> > > ERROR: The database path '/other/path' is invalid. This may be due to
a
> >character that is not allowed or because the chosen
> > > path isn't permitted for databases.
>
>
> Have you done an
> $ initlocation /other/path
> first?
>
> Stefan
>
> --
> "On the Internet, there is no 'they'. There's only a very,
> very large 'us'." --- Douglas Adams
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl



pgsql-admin by date:

Previous
From: armelle clech
Date:
Subject: psql runtime error on Windows 2000
Next
From: "Murat YILDIZ"
Date:
Subject: Ynt: WAL and backup recovery