Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

repmgr (5) Versions 0.1.1

Replication manager for PostgreSQL

Policyfile
Berkshelf
Knife
cookbook 'repmgr', '= 0.1.1', :supermarket
cookbook 'repmgr', '= 0.1.1'
knife supermarket install repmgr
knife supermarket download repmgr
README
Dependencies
Quality -%

Repmgr

Installs and configures repmgr to enable and monitor
PostgreSQL replication.

Usage

Nodes should be labeled as master or slave. Generally
done within a role:

name 'master_role'
run_list('role[pg]', 'recipe[repmgr]')
override_attributes(
  :repmgr => {
    :replication => {
      :role => 'master'
    }
  }
)
name 'slave_role'
run_list('role[pg]', 'recipe[repmgr]')
override_attributes(
  :repmgr => {
    :replication => {
      :role => 'slave'
    }
  }
)

Slaves will search for master node within their current environment
and sync to that master. By default slave nodes will allow read-only
access.

Infos

Dependent cookbooks

postgresql >= 2.0.0
build-essential >= 0.0.0
database >= 0.0.0
discovery >= 2.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found