Re: Postgresql + containerization possible use case

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: Michael Lewis <mlewis(at)entrata(dot)com>, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Postgresql + containerization possible use case
Date: 2021-12-13 08:29:10
Message-ID: 0da1914c-9ec4-7750-300b-64d3819da557@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/12/21 6:31 μ.μ., Michael Lewis wrote:
> Interesting. I'm not sure that moving an image for a VM with Postgres is compatible with the goal of minimizing time/data but if upgrades are yearly or something, perhaps that is reasonable. It has
> been 9+ years since that post as well. But the full data will need to be included in the image if the goal is not requiring any (significant) tech support at each location, right? Unless the data
> that needs to be stored at each site is small, that seems a bit unlikely to be a feasible option.
The data are independent, read-write, and different for each server. Basically they (sysadm ppl) want to facilitate system/kernel upgrades, which is a must as old hardware is harder to support with
newest kernel versions.
Their idea is for exim4, pgsql, jboss to reside in separate docker images.
However I asked for a detailed description of the problem, in order to focus more formally on the problem.
I know docker and postgresql has been a hot topic for quite some time. First presentations said ... dont do it, but lately we see more and more positive experiences, articles, success stories.

Pgsql major versions and data go hand in hand, I hate to give them the illusion that separating postgresql from data is something to consider.
Serious thought is needed, for sure, I am just thinking that dockerizing exim4, jboss, and other services might be a valid idea, while still keeping postgresql and data on the host ?

I had so much troubles because of unreliable system setup in the past, that I'd hate to repeat the same (or similar) mistakes again.

--
Achilleas Mantzios
DBA, Analyst, IT Lead
IT DEPT
Dynacom Tankers Mgmt

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dominique Devienne 2021-12-13 08:46:05 LibPQ: Lifetime of PGresult passed in to PQnoticeReceiver callback
Previous Message Achilleas Mantzios 2021-12-13 08:17:00 Re: Postgresql + containerization possible use case