initial commit of file from CVS for smeserver-postgresql on Sat Sep 7 20:54:55 AEST 2024
This commit is contained in:
5
root/etc/e-smith/events/actions/pgsql-delete-db-files
Normal file
5
root/etc/e-smith/events/actions/pgsql-delete-db-files
Normal file
@@ -0,0 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
cd /var/lib/pgsql/13 && \
|
||||
find . -type f | xargs rm -f && \
|
||||
rm -rf data/*
|
Reference in New Issue
Block a user