Hello, how i can delete all RAW data in the database with a date range on the command line? I have found this:
./console core:delete-logs-data --dates=1996-01-01,2025-01-01
Is this the correct command for deleting all RAW data?
Second, how i can delete archived / report data with a time range on the command line?
./console core:invalidate-report-data --dates=1996-01-01,2025-01-01
./console core:purge-old-archive-data all
./console core:run-scheduled-tasks --force
./console database:optimize-archive-tables all
The next question is the order of this commands.