me when i almost commit the kubeconfig (update readme)
This commit is contained in:
parent
3ea16c4901
commit
e9f0f993ce
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user