User Tools

Site Tools


deleting_status_log_files_manually

This is an old revision of the document!


LUCY provides status logs (/admin/help/status) in the Web GUI. Before LUCY 3.0 they cannot be deleted within the GUI. In order to delete them you should log into the system using SSH and run this command:

sudo -u postgres psql phishing -c "delete from license_logs"

In case you run a docker based LUCY installation you need to:

  1. enter into docker: docker exec -it `docker ps -q` /bin/bash
  2. run: sudo -u postgres psql phishing -c "delete from license_logs"
  3. exit from docker: bash - exit
deleting_status_log_files_manually.1461239880.txt.gz · Last modified: 2019/07/25 12:50 (external edit)