While we are it - are there any good resources on how to best self host a Postgres database? Any tips and tricks, best practices, docker / no docker etc? I’m looking to self host a database server for my multiple pet projects, but I would love to get backups, optimizations and other stuff done well.
philippta|1 year ago
[0] https://youtube.com/playlist?list=PLBrWqg4Ny6vVwwrxjgEtJgdre...
christophilus|1 year ago
Postgres major version upgrades are the main reason I don’t self host it, though maybe I should rethink my position on that!
moehm|1 year ago
For tuning, postgresqlco.nf[1] is great.
[1] https://postgresqlco.nf/tuning-guide
hboon|1 year ago
I found https://www.thenile.dev/pricing which supports which apparently supports unlimited databases.
Toritori12|1 year ago
On promise: Use containers but the data folder should be mounted volume
On cloud/k8s: Just use a managed DB, setting up a DB in k8s is hard because the filesystem