I’m currently struggling with upgrading some Postgres DBs on my home-k3s and I’m seriously considering throwing it all away since it’s such a hassle.
So, how do you handle DBs? K8s? Just a regular daemon?
I’m currently struggling with upgrading some Postgres DBs on my home-k3s and I’m seriously considering throwing it all away since it’s such a hassle.
So, how do you handle DBs? K8s? Just a regular daemon?
My first plan was managing DB cluster outside of k3s and adding it as an external service. But then I tried cloudnative-pg and it’s pretty easy to create replicated PostgreSQL cluster. Best part for me, it can backup cluster and WAL files to S3 storage (self-hosted Minio instance in my case).