Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #10779] Wrong postgresql-setup initdb command for RHEL7 #3748

Closed
icinga-migration opened this issue Dec 7, 2015 · 3 comments
Labels
area/documentation End-user or developer help bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/10779

Created by and on 2015-12-07 07:06:16 +00:00

Assignee: mfriedrich
Status: Resolved (closed on 2015-12-08 15:05:33 +00:00)
Target Version: 2.4.2
Last Update: 2015-12-08 15:05:33 +00:00 (in Redmine)

Icinga Version: 2.4.1
Backport?: Already backported

Hi,
postgresql configuring command at
http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc\#!/icinga2/latest/doc/module/icinga2/chapter/getting-started#configuring-db-ido-postgresql
says for RHEL/CentOS 7:

...
# postgresql-setup --initdb
...

but right command is

...
# postgresql-setup initdb
...

# rpm -q redhat-release-server
redhat-release-server-7.2-9.el7.x86_64
# rpm -qf /bin/postgresql-setup
postgresql-server-9.2.14-1.el7_1.x86_64
# postgresql-setup --initdb
Usage: /bin/postgresql-setup {initdb|upgrade} [SERVICE_NAME]
# postgresql-setup initdb
Initializing database ... OK

Changesets

2015-12-08 15:04:02 +00:00 by mfriedrich 8255c77

Documentation: Fix postgresql-setup initdb

fixes #10779

2015-12-08 15:05:20 +00:00 by mfriedrich 8aa4171

Documentation: Fix postgresql-setup initdb

fixes #10779
@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-12-07 08:34:55 +00:00

  • Project changed from Icinga Web 2 to Icinga 2
  • Category changed from 166 to Documentation
  • Icinga Version set to 2

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-12-08 15:05:28 +00:00

  • Subject changed from [doc] postgresql-setup initdb for RHEL7 to Wrong postgresql-setup initdb command for RHEL7
  • Status changed from New to Assigned
  • Assigned to set to mfriedrich
  • Target Version set to 2.4.2
  • Backport? changed from __ to Already backported

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-12-08 15:05:33 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 8255c77.

@icinga-migration icinga-migration added bug Something isn't working area/documentation End-user or developer help labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.4.2 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation End-user or developer help bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant