• by rozenmd on 7/11/2022, 1:38:45 PM

    RDS, it's more expensive but I'd rather not have to manage my own DB. I wrote about how I came to the decision here in case you're curious: https://onlineornot.com/self-hosting-vs-managed-services-dec...

  • by stanislavb on 7/11/2022, 11:56:03 PM

    I run two platforms/websites (SaaSHub & LibHunt) that both have 1M+ visits per month.

    Both products run everything on a single $60 VPS (Linode dedicated CPU 8GB). That includes Ruby on Rails, background queues, Redis (cache and queues) and of course, Postgres. On both machines Postgres takes about 1.3G RAM and not too much of the CPU. CPU utilization is 37% avg and 13% avg.

    So, yeah, I don't think you need managed and "scalable" Postgres provisioning in most of the cases.

  • by maxbaines on 7/11/2022, 7:45:37 AM

    Hosted Postgres on digital ocean, I use Hetzner bare metal for all other services but Postgres is the one thing I use managed services for, why? I simply don’t know enough about Postgres to trust I’ll get everything resilient, backed up and secured correctly, although I guess when costs exceed managed features I’ll make the time to learn the above and host on bare metal.

  • by physicsguy on 7/11/2022, 8:05:32 AM

    We're using RDS mostly, though for some older services we have Postgres running on EC2 instances. I'd not recommend it unless you have some good infra people though, since all our EC2 ones are running old distros and old versions of Postgres because... nobody owned the upgrading of that.

  • by raxxorraxor on 7/11/2022, 8:22:51 AM

    For production I usually use the databases of my customers or employers. In my case that is most often a self-hosted on-premise server. More often MSSQL than Postgres, but the latter is getting more popular. For myself and development purposes I host it myself on a rented server.

  • by selectnull on 7/11/2022, 7:41:17 AM

    Self hosted.

    I pay about 40 Eur (Hetzner) per database server. You can get cheaper; I used to pay 50 usd for 2 database nodes with backup at digitalocean.

  • by cafard on 7/12/2022, 1:09:20 AM

    A little one at Digital Ocean.