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

hi, I'm not a postgres expert, but I think I found an issue with the unless check for grants with ALL SEQUENCES IN SCHEMA. ## Describe the Bug I wanted...

A batch of spec files were never being executed due to having the wrong name. Tests have all been marked pending as I expect they have never passed. Fixing them...

Rename a spec file so that it actually runs.

## Summary This script has been unused since `postgresql::validate_db_connection` was dropped in https://github.com/puppetlabs/puppetlabs-postgresql/commit/9b47b3411e1ae46a33c7016f7c80ed40a93b7d35. It now ensures the file is absent. ## Additional Context I was looking at [pg_isready](https://www.postgresql.org/docs/current/app-pg-isready.html) to simplify/replace...

## Describe the Bug While upgrading the module from 9.1.0 to 10.5.0 we ran into the issue of a dependency cycle, when setting a value for `postgresql::globals::encoding`. ``` Info: Applying...

Welcome to [Mend for GitHub.com](https://github.com/apps/mend-for-github-com) (formerly WhiteSource). This is an onboarding PR to help you understand and configure settings before Mend starts scanning your repository for security vulnerabilities. :vertical_traffic_light: Mend...

Warning: Module 'puppet-systemd' (v8.0.0) fails to meet some dependencies: 'puppetlabs-postgresql' (v10.4.0) requires 'puppet-systemd' (>= 4.0.1 < 8.0.0)

## Describe the Bug When there is a dash `-` in the instance name, the `Postgresql_conf` defined resource fails ```yaml profile::postgres::instances: "%{facts.networking.hostname}": instance_user: "postgres" instance_group: "postgres" ``` We want to...

postgresql::server_instance can manage databases and grants ``` Hash $databases_and_users = {}, Hash $databases = {}, Hash $database_grants = {}, Hash $table_grants = {}, ``` But we cannot create databases and/or...