Pavel Raiskup
Pavel Raiskup
work-around could be to move the "prepare yum repo" script into common scripts.
-1 for default, -0 for an option. We could create env var for every postgresql option; let me first propose you `postgresql-start/` hook first, where you can construct your own...
I forgot, there's also https://github.com/sclorg/postgresql-container/tree/5136552d8295de4884c217192eeab5e45c5a58ce/latest#postgresql-cfg
Right :-) turning the brain on now.. so I guess we can not go without new option.
Logrotation is implemented in PostgreSQL, and is enabled by default: ``` log_truncate_on_rotation = on log_rotation_age = 1d ```
> About a version I'm not so sure. Is this related only to CentOS images or also RHEL images should be affected? CentOS images aren't rebuild together. They are built...
> Well, generally containers are released really often. And personally I would like to avoid changing sources for every build. I'm not sure I understand this. What implies that we...
Well, if there's no other change (== no new NEWS entry) I don't think we have to bump the version.
Typically, `NEWS` file looks like [this]( http://git.savannah.gnu.org/cgit/tar.git/plain/NEWS?h=HEAD) or [this](https://github.com/devexp-db/distgen/blob/master/NEWS). People look there and see what changed and when. Referencing point in "time" (dates) is probably useless, you need to have...
On Thursday, April 5, 2018 12:03:03 PM CEST Marek Skalický wrote: > > Not really. Minor version should be bumped if something is worth having added to NEWS entry, and...