Greg Clough

Results 27 issues of Greg Clough

BREAKING CHANGE: v9.6 is no longer supported

breaking

As per #408 , find out why Fedora tests give this warning/error: ``` TASK [ANXS.postgresql : PostgreSQL | Ensure the locale is generated | RedHat] *** failed: [postgresql-9.6] (item={u'parts': [u'en_US',...

stale

Fix PostGIS on PostgreSQL v12, as per #450. @thbar , help out if you can... after #450 is merged.

Using multiple clusters in RedHat doesn't work, apparently due to SELinux. My testing shows that we can, so long as we use: `/var/lib/pgsql/{{ postgresql_version }}/{{ postgresql_cluster_name }}/data` By default this...

stale

This change will break the current repo URL generator: ``` Hi, I made 3 major changes in the PGDG RPM (RHEL/Fedora/CentOS/SL) repo files: 1. Instead of having separate repo RPMs...

stale

Only restart the cluster when absolutely necessary, otherwise do a reload. Default to mega safety, and even if a restart is needed, then only do so if the "postgresql_restart_on_config_change" variable...

Fixed #302 The default for RedHat (and PostgreSQL in general) is to put the key files into $PGDATA, so this patch follows that behaviour on RedHat, leaving Debian with the...

The `log_replication_commands` parameter is missing from the v9.5, and v9.6 configuration. It should be added to the `templates/postgresql.conf.9.[56].j2` files, and unless PR #267 is merged... then it should be added...

This isn't 100% finished, but it's an example of how we can use Ansible to tune PostgreSQL without the use of pg_tune. When it's complete, it will be a fix...

When running Vagrant with "ubuntu/precise64", it fails: ``` fatal: [precise64.local]: FAILED! => { "changed": false, "module_stderr": "Shared connection to 192.168.88.29 closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File \"/tmp/ansible_sK4yfH/ansible_module_apt_repository.py\", line...

stale