Database Cleaning

Hi
Another problem.
Is there any way to clean all database (tickets in ticket box) without
using any extensions?

Regards!

Is there any way to clean all database (tickets in ticket box) without using any extensions?

The rt-shredder command has been core since 3.8.0, so you can use that
to delete tickets.

If you want to recreate the database, RT provides drop-database and
initialize-database commands available during the install.

-kevin