Ask HN: How hard is it to manage self hosted Postgres?

1 points by x86hacker1010 ↗ HN
I want PG for hobby side projects with a user base.

I was looking at fly.io which has a nice free tier and Im aware of the digital ocean offering.

I’ve been self hosting some infra on Hetzner and was wondering how much of a pain it would be to just self host? It seems much cheaper, but don’t want to shoot myself in the foot

4 comments

[ 4.8 ms ] story [ 23.8 ms ] thread
Self host in the cloud or self host locally? I run a bitnami vm locally accessable by token based ssh or key based openvpn. So in essence its in the cloud
If it's anything like MySQL, you just set it up and it works forever unless your database size grows really big and it either gets slow or you run out of space.