me when i almost commit the kubeconfig (update readme)

This commit is contained in:
Joey Eamigh 2026-02-11 23:23:15 -05:00
parent 3ea16c4901
commit e9f0f993ce
No known key found for this signature in database
GPG Key ID: CE8C05DFFC53C9CB

View File

@ -168,8 +168,7 @@ docker compose exec db pg_dump -U energy -Fc energy_dashboard > energy_dashboard
kubectl port-forward -n database svc/postgis 5434:5432 &
# Restore to production
pg_restore -h localhost -p 5434 -U busi488energy -d busi488energy \
--no-owner --no-privileges energy_dashboard.dump
pg_restore -h localhost -p 5434 -U busi488energy -d busi488energy --no-owner --no-privileges --clean --if-exists energy_dashboard.dump
```
### Infrastructure