chef-postgresql
chef-postgresql copied to clipboard
Chef cookbook for PostgreSQL components
E.g. the `checkpoint_segments` setting doesn't exist any more
It would be very nice to have this. Mariadb cookbook can be an example of interface. Grabbing from TODO.
Hi, I've opened PR that cleans up some issues, updates GEMs and fixes the CI issues: https://github.com/phlipper/chef-postgresql/pull/162
http://backports.debian.org/Instructions/
I'm using this cookbook with an application cookbook that I've been using with computers running Ubuntu. But I'm working on another wrapper cookbook for setting-up development instances of my application...
Just wondering. It would be nice. We like to be flexible. I'd be happy to help, but prolly more than I can take on by myself given my current skills.
My chef/knife run completes successfully. The server does not start (log output below). Also, when I ssh into my newly created system and 'sudo su - postgres' it seems that...
I encountered the following issue while trying to drop a user: ``` ================================================================================ Error executing action `run` on resource 'execute[drop postgresql user abc123]' ================================================================================ Mixlib::ShellOut::ShellCommandFailed ------------------------------------ Expected process to exit...
Hi, I'm using the `postgresql_database` LWRP, and when creating a database, I got an error: ``` ruby ==> my_web: LoadError ==> my_web: ==> my_web: --------- ==> my_web: cannot load such...