9.6
- postgresql: upgrade to 9.6
- upgrade baseimage to sameersbn/ubuntu:14.04.20170110
9.5
- postgresql: upgrade to 9.5
9.4-17
- added
DB_EXTENSIONconfiguration parameter
9.4-12
- removed use of single-user mode
- added
DB_TEMPLATEvariable to specify the database template
9.4-11
- added
PG_PASSWORDvariable to specify password forpostgresuser
9.4-9
- complete rewrite
PSQL_TRUST_LOCALNETconfig parameter renamed toPG_TRUST_LOCALNETPSQL_MODEconfig parameter renamed toREPLICATION_MODEPSQL_SSLMODEconfig parameter renamed toREPLICATION_SSLMODE- defined
/etc/postgresql/certsas the mountpoint to install SSL key and certificate - added
PG_SSLparameter to enable/disable SSL support DB_LOCALEconfig parameter renamed toPG_LOCALE- complete rewrite of the README
- add support for creating backups using
pg_basebackup - removed
PG_LOCALEoption (doesn't work!) - added
DEBUGoption to enable bash debugging
9.4-2
- added replication options
9.4-1
- start: removed
pwfilelogic - init: added
USERMAP_*configuration options - base image update to fix SSL vulnerability
9.4
- postgresql: upgrade to 9.4
9.1-2
- use the official postgresql apt repo
- feature: automatic data migration on upgrade
9.1-1
- upgrade to sameersbn/ubuntu:20141001, fixes shellshock
- support creation of users and databases at launch (
docker run) - mount volume at
/var/run/postgresqlallowing the postgresql unix socket to be exposed
9.1
- optimized image size by removing
/var/lib/apt/lists/*. - update to the sameersbn/ubuntu:12.04.20140818 baseimage
- removed use of supervisord