Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 332 Bytes

File metadata and controls

11 lines (8 loc) · 332 Bytes

Maintenance

From time to time is good to clean database from old records in specific tables. To do that there's a command bin/mysql-clear. Run:

bin/mysql-clear [--db-prefix DB_PREFIX] [--days DAYS] [--dry-run] [-h] [--clean-*]

Note! Before delete any data from database is good to make a backup.