Sha256: 8030475fbffc9eaaea20a88e5bb98a204e33e5ea4fd330e21c4ba969ed91abf3

Contents?: true

Size: 843 Bytes

Versions: 13

Compression:

Stored size: 843 Bytes

Contents

How to add a new PostgreSQL version
===================================

1) Download the Debian package 'postgresql-9.X_[...].deb' from
http://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-9.X/

2) Extract the 'usr/share/postgresql/9.1/postgresql.conf.sample' file
and save it under the 'templates' role directory
    => templates/postgresql.conf.9.{X}.orig

3) Check the difference between another version:
    => vimdiff postgresql.conf.9.{X-1}.orig postgresql.conf.9.{X}.orig

4) Copy an existing template:
    => cp postgresql.conf.9.{X-1}.j2 postgresql.conf.9.{X}.j2

5) Update the new template following the major differences.

5) If there are new options or some of them removed, update the 'default/main.yml' file and add a "(>= 9.X)" or "(<= 9.X)" comment to them.

6) Update the '.travis.yml' file to test its new version.

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
taperole-1.7.1 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf
taperole-1.7.0 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf
taperole-1.6.0 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf
taperole-1.5.5 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf
taperole-1.5.4 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf
taperole-1.5.3 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf
taperole-1.5.2 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf
taperole-1.5.1 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf
taperole-1.5.0 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf
taperole-1.4.3 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf
taperole-1.4.2 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf
taperole-1.4.1 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf
taperole-1.4.0 vendor/ANXS.postgresql/templates/HOWTO.postgresql.conf