DEV Community

Daniel
Daniel

Posted on

 

Do you host and install your Postgres on your own?

I‘m curious if you host and install your Postgres Database on your own or if you use a Managed Service?

And if you are using a Managed one, please let us know which one.

Top comments (2)

Collapse
 
loujaybee profile image
Lou (🚀 Open Up The Cloud ☁️)

I've never self-hosted, personally. Every time I've used AWS RDS.

If you're self hosting, the usual analysis would apply...

  • Do you have the necessary expertise to set it up?
  • Will you have the ongoing expertise to support it?

i.e what's the cost/trade-off's for you, and is it worth it.

Collapse
 
danielschnee profile image
Daniel

Very interesting questions. Thanks.

There is another question coming up for me which weighs little bit more:

  • Can I find a German/European Provider for a Managed One which doesn’t conflict with GDPR?

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git