Re: Overriding configuration

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-pkg-docker(at)postgresql(dot)org
Subject: Re: Overriding configuration
Date: 2014-08-04 22:33:39
Message-ID: 53E00A43.20202@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-docker

On 08/04/2014 03:32 PM, Magnus Persson wrote:
>
> On 2014-08-05 00:23, Josh Berkus wrote:
>> On 08/04/2014 03:08 PM, Magnus Persson wrote:
>>> What is the intended method to use when overriding the default options?
>>> For example if I would like to set log_connections=yes?
>> Are you talking about the existing container, or our planned future
>> container?
>>
>> For future containers, I *beleive* the plan is to include adminpack so
>> that you can change those things on the fly, whether or not you use a
>> volume.
>>
> Yup, the existing container. Reading between the lines, it seems I
> should be using a volume?

Yeah, that's going to be the best approach right now. Mount the volume
at /var/lib/postgresql/9.3/data

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Browse pgsql-pkg-docker by date

  From Date Subject
Next Message Joseph Ferguson 2014-08-04 22:34:05 Re: Overriding configuration
Previous Message Magnus Persson 2014-08-04 22:32:27 Re: Overriding configuration