puppetlabs-postgresql icon indicating copy to clipboard operation
puppetlabs-postgresql copied to clipboard

Puppet module for managing PostgreSQL

Results 69 puppetlabs-postgresql issues
Sort by recently updated
recently updated
newest added

On Debian, version 10.0.0+ of the module cause a broken catalog due to dependecy cycles: ``` Anchor[postgresql::server::service::begin::main] => Postgresql_psql[Set template1 encoding to UTF8] => Postgresql::Server::Instance::Late_initdb[main] => Postgresql::Server::Instance::Initdb[main] => Class[Postgresql::Server::Initdb] =>...

bugfix
community

(MAINT) PDK Update pdk version: `3.0.0`

maintenance

## Describe the Bug When passing a `Deferred` value to the `postgres_password` parameter I get the following error message: ``` Failed on [...]: Apply failed to compile for [...]: 'postgresql::postgresql_escape'...

community

## Summary Provide a detailed description of all the changes present in this pull request. ## Additional Context Add any additional context about the problem here. - [ ] Root...

maintenance
community

## Summary Provide a detailed description of all the changes present in this pull request. ## Additional Context Add any additional context about the problem here. - [ ] Root...

maintenance
community

## Describe the Bug Before #1498, only one configuration key was needed to manage both `postgresql::server` and `postgresql::server::role`: `postgresql::server::port`. Since the PR, if only the first key is set, Puppet...

community

## Describe the Bug After upgrade from 9.2.0 to 10.0.0 or 10.0.1 puppet fails with dependency cycle error: `Error: Found 1 dependency cycle: (Anchor[postgresql::server::service::begin::main] => Postgresql_psql[Set template1 encoding to UTF8]...

community

To avoid a custom postgresql_conf implementation, this reverts back to ParsedFile. It relies on https://github.com/puppetlabs/puppet/pull/9130 since there were bugs in it, which is why it's now a draft.

community

(CAT-1256) Roll out puppetlabs-puppet-lint and puppetlabs-rspec-puppet through spec_helper v7.0 pdk version: `3.0.0`

maintenance

This issue is a follow up of PR #1450 see also: README -> Configure an instance affects: * (maybe initdb) * systemd

feature