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

## Use Case Since PostgreSQL16 it became mandatory to have the admin option on a role assignment to be able to manage the role (eg to change the password) ##...

## Summary There is sometimes a need to handle versions differently. (The last exampel for us being deciding whether to monitor the stats collector process.) This fact provides a basis...

## Summary PostgreSQL supports and allows config entries, such as those in postgresql.conf, to be set to the empty string. The `postgresql::server::config_entry` defined type, however, requires String[1] when supplying string...

bugfix

## Describe the Bug in order to create a user with password, which authenticates over the socket, I need an entry like this one: ```txt local user db md5 ```...

## Describe the Bug PostgreSQL supports and allows config entries, such as those in `postgresql.conf`, to be set to the empty string. The `postgresql::server::config_entry` defined type, however, requires `String[1]` when...

community

## Summary Fix formating in extension ## Additional Context This is just a cosmetic fix.

## Summary This pull request updates the `unless` check in the `postgresql::server::instance::passwd` define to include the `${_dboption}` variable. This ensures that the `unless` command connects to the correct database, especially...

## Describe the Bug The `unless` command in `postgresql::server::instance::passwd` does not include the `--dbname` option when the database name differs from the user name. This can cause the check to...

add support for the upcoming debian trixie release.

## 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...