Self-hosted alternative to Google Location History
- Remove redis & sidekiq - dawarich uses SolidQueue&SolidCache now. Feel free to remove the relevant keys from your values.yaml.
- Add PVC for solid
- Don't grant the DB user superuser rights - simply create the postgis extension now. I didn't want to mess with your DBs, so please manually remove superuser access for the dawarich user if you desire so:
kubectl exec -it dawarich-postgresql-0 -- psql -U postgres
ALTER USER dawarich WITH nosuperuser;