i have telescope in my laravel setup, i forgot that i have it and forget to prune it daily. so it accumulated a huge data already it has 28million entries and it is taking 30GB worth of space.
I tried to use both
php artisan telescope:clear and php artisan telescope:prune commands but I was having a timeout error because of the large dataset.
Can anyone help me how to clear laravel telescope? Thank you in advance