Commit ac1e5fd

Eric Bower  ·  2026-08-01 10:06:10 -0400 EDT
parent ae5cd9f
docs(runbooks): delete account
1 files changed,  +6, -0
+6, -0
 1@@ -21,3 +21,9 @@ SSH into pgs or prose VMs then run:
 2 make scripts
 3 FS_STORAGE_DIR="./data/storage" go run ./cmd/scripts/clean-buckets
 4 ```
 5+
 6+Finally, wipe the pgs cache so any sites that were deleted are actually removed:
 7+
 8+```bash
 9+ssh pgs.sh cache-all
10+```