fp/scripts/postgres-drop.sh

4 lines
133 B
Bash
Raw Normal View History

2024-05-27 22:20:58 +00:00
## drop futureporn_db
kubectl -n futureporn exec postgres -- psql -U postgres --command "DROP DATABASE futureporn_db WITH (FORCE);"