Details
-
Documentation
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.7.00-RC1
-
None
-
None
Description
In going thru the Data Installation Guide version 1.7.0 I got up to section 1.1.3 on installation of postgres database. I followed it to install the DB with :
yum install postgresql91-server
But the following commands did not work :
• service postgresql91 initdb
• service postgresql91 on
• service postgresql91 start
I actually had to run:
[root@localhost init.d]# service postgresql-9.1 initdb
Initializing database: [ OK ]
[root@localhost init.d]# service postgresql-9.1 on
Usage: /etc/init.d/postgresql-9.1 {start|stop|status|restart|condrestart|try-restart|reload|force-reload|initdb}
[root@localhost init.d]# service postgresql-9.1 start
Starting postgresql-9.1 service: [ OK ]
[root@localhost init.d]#
Note that the second command did not run nor was it supported by the service command .
Thanks
G
yum install postgresql91-server
But the following commands did not work :
• service postgresql91 initdb
• service postgresql91 on
• service postgresql91 start
I actually had to run:
[root@localhost init.d]# service postgresql-9.1 initdb
Initializing database: [ OK ]
[root@localhost init.d]# service postgresql-9.1 on
Usage: /etc/init.d/postgresql-9.1 {start|stop|status|restart|condrestart|try-restart|reload|force-reload|initdb}
[root@localhost init.d]# service postgresql-9.1 start
Starting postgresql-9.1 service: [ OK ]
[root@localhost init.d]#
Note that the second command did not run nor was it supported by the service command .
Thanks
G
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | classic default workflow [ 10214 ] | i2b2 Issues [ 10402 ] |
Issue Type | Improvement [ 4 ] | Documentation [ 5 ] |
Assignee | Mike Mendis [ mem61 ] | Janice Donahoe [ jmd86 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | i2b2 Issues [ 10402 ] | i2b2 Issues Workflow [ 10588 ] |
Component/s | Documentation [ 10051 ] | |
Component/s | Documentation [ 10010 ] | |
Key |
|
|
Project | i2b2 [ 10000 ] | i2b2 Core Project [ 10034 ] |
Affects Version/s | 1.7.00-RC1 [ 10151 ] | |
Affects Version/s | 1.7.00-RC1 [ 10075 ] |