postgres 9.3

Started by Ramesh Tover 10 years ago5 messagesgeneral
Jump to latest
#1Ramesh T
rameshparnanditech@gmail.com

I changed archive_command in postgresql.conf and restarted it.postgres 3
installed on linux.connected from putty.
after restarted it
getting message like

-bash-4.1$ service postgres-9.3 start
postgres-9.3: unrecognized service

but files available at server side..
any help..?

#2Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Ramesh T (#1)
Re: postgres 9.3

On 07/31/2015 09:39 AM, Ramesh T wrote:

I changed archive_command in postgresql.conf and restarted it.postgres 3
installed on linux.connected from putty.

There is no Postgres 3, but given your comments below I going to go on
the assumption you are talking about 9.3.

What Linux distribution and version?

How did you stop Postgres?

after restarted it
getting message like

-bash-4.1$ service postgres-9.3 start
postgres-9.3: unrecognized service

Well I would start with what is saying, it cannot find the init file for
postgres-9.3. Exactly what that should be depends on the answer to my
first question. In the meantime look in /etc/init.d/ and see if there
are any postgres* scripts.

but files available at server side..
any help..?

--
Adrian Klaver
adrian.klaver@aklaver.com

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#3John R Pierce
pierce@hogranch.com
In reply to: Ramesh T (#1)
Re: postgres 9.3

On 7/31/2015 9:39 AM, Ramesh T wrote:

-bash-4.1$ service postgres-9.3 start
postgres-9.3: unrecognized service

on redhat/centos type systems, the service name is postgresql-9.3

note that the service command is meant to be run by the root user, a $
prompt in bash generally indicates you're not running as root.

--
john r pierce, recycling bits in santa cruz

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#4Andreas Joseph Krogh
andreas@visena.com
In reply to: Ramesh T (#1)
Re: postgres 9.3

På fredag 31. juli 2015 kl. 18:39:24, skrev Ramesh T <
rameshparnanditech@gmail.com <mailto:rameshparnanditech@gmail.com>>:
I changed archive_command in postgresql.conf and restarted it.postgres 3
installed on linux.connected from putty.after restarted it
getting message like
 
 
-bash-4.1$ service postgres-9.3 start
postgres-9.3: unrecognized service

 
but files available at server side..
any help..?
 

 
The version goes last:
service postgresql start 9.3

 
-- Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963
andreas@visena.com <mailto:andreas@visena.com>
www.visena.com <https://www.visena.com&gt;
<https://www.visena.com&gt;

 

#5John R Pierce
pierce@hogranch.com
In reply to: Andreas Joseph Krogh (#4)
Re: postgres 9.3

On 8/1/2015 3:08 AM, Andreas Joseph Krogh wrote:

The version goes last:
service postgresql start 9.3

thats very OS/distribution specific.

--
john r pierce, recycling bits in santa cruz