What management features do you need, besides backups? I've used Postgres (on hetzner) + Grafana Cloud for monitoring + custom backup script (dumps data every few hours to a few locations) and that works for me, never missed anything else
Automated backups and upgrades for new PG versions
I'm sure I could write a script to do both (would really only want to automate backups), but Dokku already has all of that: github.com/dokku/dokku-postgr…
I will give this a look though - I do get your point about simplifying things and just doing it yourself.
What management features do you need, besides backups? I've used Postgres (on hetzner) + Grafana Cloud for monitoring + custom backup script (dumps data every few hours to a few locations) and that works for me, never missed anything else
Automated backups and upgrades for new PG versions
I'm sure I could write a script to do both (would really only want to automate backups), but Dokku already has all of that: github.com/dokku/dokku-postgr…
I will give this a look though - I do get your point about simplifying things and just doing it yourself.