public inbox for [email protected]
help / color / mirror / Atom feedRE: License question
4+ messages / 3 participants
[nested] [flat]
* RE: License question
@ 2024-11-25 22:47 Clay Jackson (cjackson) <[email protected]>
2024-11-26 01:05 ` Re: License question Ron Johnson <[email protected]>
2024-11-26 01:42 ` Re: License question Alan Hodgson <[email protected]>
0 siblings, 2 replies; 4+ messages in thread
From: Clay Jackson (cjackson) @ 2024-11-25 22:47 UTC (permalink / raw)
To: Christophe Pettus <[email protected]>; +Cc: [email protected] <[email protected]>
Christophe is spot on when it comes to the PostgreSQL software.
Not trying to be "snarky" or condescending, but there are some other considerations. "Open Source" or "Free" does not mean "without cost".
No matter where you decide to host the software, there will be storage, compute, and network costs, not only to support the software itself, but also the data you store.
With respect to the data, since you or your employer have decided to persistently store the data in a database, I would presume the data, and more importantly, access to that data, has value.
It seems from the original post that you've decided to pay someone (a cloud vendor) to "take care" of the storage, network, and compute "services". That's great!
But, what about that "non-licensed" software? Once you use that software to store and access your data, you have created a CONTINUING need for that software. What will it cost you or your employer if a "bug" in that software prevents access to, or worse yet, corrupts your data.
Are you willing to sign up for "maintaining" PostgreSQL in your environment, INCLUDING things like patching, finding and fixing bugs, upgrades, backup and recovery, and off-hours support? If you or your employer have any concerns about this, and IHMO, you should, you might want to consider a "licensed and supported" version of PostgreSQL. There are several out there, including EDB and others. Even the big cloud vendors have "support plans" for PostgreSQL.
Oh, and don't forget, a backup only as good as the last time you tested a restore.
Clay Jackson
Database Solutions Architect
[email protected]
-----Original Message-----
From: Christophe Pettus <[email protected]>
Sent: Monday, November 25, 2024 11:59 AM
To: prashant sinha <[email protected]>
Cc: [email protected]
Subject: Re: License question
CAUTION: This email originated from outside of the organization. Do not follow guidance, click links, or open attachments unless you recognize the sender and know the content is safe.
> On Nov 21, 2024, at 21:40, prashant sinha <[email protected]> wrote:
> Is there a free version of PostgreSQL available which I can use without buying any licenses? In case I want to self install and manage the database? Just need guidance if I can install the available version from site for business purpose too or I must buy licenses? Will appreciate an appropriate related answer.
PostgreSQL itself is an open source project distributed under a very permissive license:
https://www.postgresql.org/about/licence/
No payment is required to download and run it.
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: License question
2024-11-25 22:47 RE: License question Clay Jackson (cjackson) <[email protected]>
@ 2024-11-26 01:05 ` Ron Johnson <[email protected]>
2024-11-26 01:20 ` RE: License question Clay Jackson (cjackson) <[email protected]>
1 sibling, 1 reply; 4+ messages in thread
From: Ron Johnson @ 2024-11-26 01:05 UTC (permalink / raw)
To: pgsql-general
On Mon, Nov 25, 2024 at 5:47 PM Clay Jackson (cjackson) <
[email protected]> wrote:
[snip]
> Are you willing to sign up for "maintaining" PostgreSQL in your
> environment, INCLUDING things like patching, finding and fixing bugs,
> upgrades, backup and recovery, and off-hours support?
Azure's Postgresql managed database handles all that (except off-hours
support) for you, and there's much less off-hours support required (at
least there was with AWS RDS Postgresql, so pressuming so with Azure, too).
Of course, OP just mentioned an Azure VM, so he'd have to do all that
himself.
Using the Azure Postgresql managed database still means you'll have to
think about archiving data, and properly configuring PG (mainly autovacuum
parameters).
--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!
^ permalink raw reply [nested|flat] 4+ messages in thread
* RE: License question
2024-11-25 22:47 RE: License question Clay Jackson (cjackson) <[email protected]>
2024-11-26 01:05 ` Re: License question Ron Johnson <[email protected]>
@ 2024-11-26 01:20 ` Clay Jackson (cjackson) <[email protected]>
0 siblings, 0 replies; 4+ messages in thread
From: Clay Jackson (cjackson) @ 2024-11-26 01:20 UTC (permalink / raw)
To: Ron Johnson <[email protected]>; pgsql-general
Thanks, Ron! Exactly my points!
I do not want to “discount” the community in ANY way. In fact, I’m a huge fan of Open Source, as long as everyone, including “management”, is bought into community support concept.
I’ve seen the “wrong side” of “What do you mean, ‘You posted something to the list’? Why can’t you CALL someone (and/or get someone logged in) RIGHT NOW?” discussions, usually “in the heat of battle”, a few too many times.
Of course, the flip side of this is “Whew – the community solved this before the <large software support organization> even got back to me”.
It comes down to being “fully informed”.
Clay Jackson
Database Solutions Architect
From: Ron Johnson <[email protected]>
Sent: Monday, November 25, 2024 5:06 PM
To: pgsql-general <[email protected]>
Subject: Re: License question
CAUTION: This email originated from outside of the organization. Do not follow guidance, click links, or open attachments unless you recognize the sender and know the content is safe.
On Mon, Nov 25, 2024 at 5:47 PM Clay Jackson (cjackson) <[email protected]<mailto:[email protected]>> wrote:
[snip]
Are you willing to sign up for "maintaining" PostgreSQL in your environment, INCLUDING things like patching, finding and fixing bugs, upgrades, backup and recovery, and off-hours support?
Azure's Postgresql managed database handles all that (except off-hours support) for you, and there's much less off-hours support required (at least there was with AWS RDS Postgresql, so pressuming so with Azure, too).
Of course, OP just mentioned an Azure VM, so he'd have to do all that himself.
Using the Azure Postgresql managed database still means you'll have to think about archiving data, and properly configuring PG (mainly autovacuum parameters).
--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: License question
2024-11-25 22:47 RE: License question Clay Jackson (cjackson) <[email protected]>
@ 2024-11-26 01:42 ` Alan Hodgson <[email protected]>
1 sibling, 0 replies; 4+ messages in thread
From: Alan Hodgson @ 2024-11-26 01:42 UTC (permalink / raw)
To: [email protected]
On Mon, 2024-11-25 at 22:47 +0000, Clay Jackson (cjackson) wrote:
>
> Are you willing to sign up for "maintaining" PostgreSQL in your
> environment, INCLUDING things like patching, finding and fixing
> bugs, upgrades, backup and recovery, and off-hours support?
>
Not sure what your point is, you have to do all that with commercial
software, too. And at least with open source you actually can find
and patch bugs yourself, in theory, although you certainly don't have
to, not with any major project.
^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2024-11-26 01:42 UTC | newest]
Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-11-25 22:47 RE: License question Clay Jackson (cjackson) <[email protected]>
2024-11-26 01:05 ` Ron Johnson <[email protected]>
2024-11-26 01:20 ` Clay Jackson (cjackson) <[email protected]>
2024-11-26 01:42 ` Alan Hodgson <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox