fp/scripts/postgres-drop.sh

4 lines
143 B
Bash
Raw Normal View History

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