-
Notifications
You must be signed in to change notification settings - Fork 610
Exec['postgresql_initdb'] needs to be done after $datadir exists #313
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
Conversation
|
Can one of the admins verify this patch? |
|
Here's an example of the issue: Nov 13 02:44:24 ip-10-183-0-131 puppet-agent[15522]: (/Stage[main]/Postgresql::Server::Initdb/Exec[postgresql_initdb]/returns) The files belonging to this database system will be owned by user "postgres". This isn't an issue typically because when using the default $datadir the package has usually taken care of things. [tmclaughlin@tmc-puppetcadb-0 ~]$ rpm -qlv postgresql-server| grep /var/lib |
|
test this please |
|
Merged build triggered. |
|
Merged build started. |
|
lets see if the bot is feeling helpful! |
|
Merged build finished. |
|
Test PASSed. |
Exec['postgresql_initdb'] needs to be done after $datadir exists
Exec['postgresql_initdb'] needs to be done after $datadir exists
Fixes an order issue where initdb fails.