This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
deleting_status_log_files_manually [2016/04/21 13:58] lucy |
deleting_status_log_files_manually [2016/05/10 16:41] (current) lucy |
||
---|---|---|---|
Line 1: | Line 1: | ||
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 or via console setup script) and run this command: | 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 or via console setup script) and run this command: | ||
- | | sudo -u postgres psql phishing -c "delete from license_logs" | | + | | sudo -upostgres psql phishing -c "delete from license_logs" | |