4 lines
133 B
Bash
4 lines
133 B
Bash
|
|
||
|
## drop futureporn_db
|
||
|
kubectl -n futureporn exec postgres -- psql -U postgres --command "DROP DATABASE futureporn_db WITH (FORCE);"
|