postgresql icon indicating copy to clipboard operation
postgresql copied to clipboard

Fairly full featured Ansible role for Postgresql.

Results 109 postgresql issues
Sort by recently updated
recently updated
newest added

Hello, First thanks for your ansible projet ! I noticed that postgresql configuration changes between version can be really painful to manage. In order to better manage postgresql current and...

stale

Hi All, When running the role against a RHEL7 host (not CentOS) the role fails when performing the following task: ``` - name: PostgreSQL | Install all the required dependencies...

stale

Hi, For installation of some other package i'm missing the postgresql-server-dev-(version) on debian. Currently adding it via the playbook but not ideal when changing postgres versions. Probaly as simple by...

enhancement
stale

This PR changes the postgresql.conf row_security setting to 'on'. WHY: The default installs of PostgreSQL after 9.5 from the PostgreSQL repositories all have row_security defaulting to on. This is also...

enhancement
needs research

Use ansible_pgsql module

needs research
need help

Fixes #251, and gives sensible defaults (the latest version) of PostGIS for each different version of PostgreSQL I've also added the extension to the travis tests, so it should get...

If the database crashes, then during crash recovery it looks for pg_ident.conf... and fails: ``` 2018-03-20 15:07:25 UTC [11965]: [3-1] user=,db=,app=,client= LOG: could not open usermap file "/etc/postgresql/9.6/data/pg_ident.conf": No such...

bug

I tried changing the data directory on a ubuntu install, and it failed miserably, read the playbook. only supported on redhat.

waiting for response
stale

Currently RedHat is limited to a single cluster, by overriding the `{{ postgresql_cluster_name }}` with `data`. This was done to work within the SELinux restrictions, but my testing shows that...

enhancement
stale