Commit 2ce4484
Eric Bower
·
2026-07-31 14:27:07 -0400 EDT
parent 6ca6617
docs: runbook
1 files changed,
+2,
-0
+2,
-0
| ... | ... | @@ -15,6 +15,8 @@ This only removes data from the database, we also have static assets (prose imag | |
| 15 | 15 | ||
| 16 | 16 | We have a clean bucket script for prose and pgs that we run periodically to remove static assets from orphaned buckets. | |
| 17 | 17 | ||
| 18 | + | SSH into pgs or prose VMs then run: | |
| 19 | + | ||
| 18 | 20 | ```bash | |
| 19 | 21 | make scripts | |
| 20 | 22 | FS_STORAGE_DIR="./data/storage" go run ./cmd/scripts/clean-buckets |