aboutsummaryrefslogtreecommitdiff
path: root/cleanup_postgres.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cleanup_postgres.sh')
-rwxr-xr-xcleanup_postgres.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/cleanup_postgres.sh b/cleanup_postgres.sh
deleted file mode 100755
index aff6989..0000000
--- a/cleanup_postgres.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-echo "Dropping 'ztdns' database and role"
-cat | sudo -u postgres psql <<EOF
-drop database ztdns;
-drop role ztdns;
-EOF