Re:

From: lee <lee(at)imyourhandiman(dot)com>
To: postgres <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re:
Date: 2002-01-06 17:57:24
Message-ID: 1010339845.6034.108.camel@c1347127-a.bllvu1.wa.home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> The -D option is always required, it doesn't have anything to do with -i
> or foreground/background. If you have trouble starting the postmaster,
> show us what you're doing and what happens. Also, reread the
> documentation so you know what all the options are for.
>

.....well not quite true according to documentation ( see I read them!
<G> ) as long as you've exported your PATH which I have-- ie: export
PGDATA=/usr/local/pgsql/data

I then went through:
======================
root# mkdir /usr/local/pgsql/data
root# chown postgres /usr/local/pgsql/data
root# su postgres
postgres> initdb -D /usr/local/pgsql/data

which then told me:
======================
Success. You can now start the database server using:

/usr/bin/postmaster -D /usr/local/pgsql/data
or
/usr/bin/pg_ctl -D /usr/local/pgsql/data -l logfile start
-----------------------------

I then typed in:
======================
/usr/bin/pg_ctl -D /usr/local/pgsql/data -l logfile start
which offered me:
============================
pg_ctl: invalid operation mode: /usr/local/pgsql/data

so I tried:
=======================
bash-2.05$ /usr/bin/postmaster -D /usr/local/pgsql/data

which worked but ( I forgot to use -i for interactive which I guess I
need???? ) then do I start another shell and type createdb mydatabase
???....if I try to su postgres from a new shell it asks for password
which i've no clue what it is....what does it default to or am I doing
this part wrong and should be issueing the createdb from same shell I
issues the /usr/bin/postmaster command from ? :)

sorry for this long post but its the only way I know of to explain whats
going on....

thx
lee
-====

In response to

  • Re: at 2002-01-06 14:38:44 from Peter Eisentraut

Responses

  • Re: at 2002-01-06 18:49:40 from Tom Lane
  • Re: at 2002-01-06 22:32:12 from Peter Eisentraut

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2002-01-06 18:49:40 Re:
Previous Message Peter Eisentraut 2002-01-06 14:38:44 Re: