Commit Graph

29 Commits

Author SHA1 Message Date
Tim Neumann df2a0478d0 add support for USERMAP_* env variables 2015-05-26 22:21:26 +02:00
Sameer Naik eb5e3600d1 start: removed pwfile logic 2015-04-14 16:30:29 +05:30
Cédric Vanet defe9ff649 Fix installing unaccent extension - specify databases 2015-03-06 10:34:06 +01:00
Cédric Vanet 9cca232ba0 Add unaccent extension 2015-02-27 11:33:46 +01:00
Sameer Naik 1184d9e566 start: fix PSQL_TRUST_LOCALNET enabled check 2015-02-15 08:43:42 +05:30
Greg Fausak a1486868fa swapped two pg_hba.conf updates. 2015-02-10 13:38:49 +00:00
Sameer Naik c5a9e8cdb2 start: clean up 2015-02-08 12:06:15 +05:30
Sameer Naik 5d4cff076a start: use true/false for PSQL_TRUST_LOCALNET configuration 2015-02-08 12:03:48 +05:30
Greg Fausak d01ae5e1d7 oops, got the environment var wrong 2015-02-07 19:27:20 +00:00
Greg Fausak 1873e0d389 make the trust samenet behavior triggered by the PSQL_TRUST_LOCALNET environment variable 2015-02-07 15:30:44 +00:00
Greg Fausak eaa8ee9bce added trust on samenet in pg_hba 2015-02-06 17:29:27 +00:00
Sameer Naik 25350fb87e start: do not silence postgresql command errors 2015-02-04 16:03:18 +05:30
Sameer Naik cf166ff153 start: silence find errors 2015-02-04 16:03:00 +05:30
Sameer Naik df890a902f start: automatically migrate postgresql data on upgrades 2015-02-04 14:41:13 +05:30
Sameer Naik 2af478b7cd start: create pwfile only if it does not already exist 2015-02-04 13:58:56 +05:30
Sameer Naik f75e33f072 start: added PG_HOME macro 2015-02-03 21:34:22 +05:30
Sameer Naik 65ad3beacf dockerfile: define PG_VERSION as an ENV variable 2015-02-03 10:40:20 +05:30
Sameer Naik 5a529a52ab dockerfile: use postgresql apt repository 2015-02-02 23:38:30 +05:30
Sameer Naik 1a7390c746 start: allow creation of multiple databases at launch
Refer #11
2015-01-05 11:18:29 +05:30
Sameer Naik 370e1aea63 start: support creation of user and database at launch
Refer #5
2014-09-27 14:10:32 +05:30
Sameer Naik c590589aab create the /var/lib/postgresql directory at start 2014-09-20 09:56:12 +05:30
Sameer Naik 534854552d create the /run/postgresql directory at start 2014-09-20 09:55:54 +05:30
Sameer Naik 737747191f use the /run/postgresql path while fixing permissions 2014-09-20 09:54:16 +05:30
Sameer Naik e0ce5c7005 make sure /var/run/postgresql has the right permissions
Users should be able mount at volume at /var/run/postgresql so as to expose the postgresql unix socket.
2014-09-04 14:21:47 +05:30
Sameer Naik cbf58caec1 defined macros for path variables 2014-09-01 16:55:00 +05:30
Sameer Naik dc4d3963dc use spaces to indent 2014-08-19 19:38:04 +05:30
Sameer Naik 31ddc89929 use exec to start the postgresql server 2014-07-04 10:25:03 +05:30
Sameer Naik f35a11a04f start the postgresql server directly without using the init.d script 2014-07-04 10:24:30 +05:30
Sameer Naik e4df972451 renamed init script to start 2014-07-04 10:14:43 +05:30