• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question access_log.processed - can I truncate it?

aly-katana

New Pleskian
Server operating system version
centOS
Plesk version and microupdate number
18.0.39
Hi all,
Due to issues with log rotation my access_log.processed file has reached 20GB.
My understanding is that it's just used to keep track of the lines processed from the access_log file. So can I just clear it out via "truncate -s 0 access_log.processed" or does statistics processing need the last few lines in it to keep track of where it needs to start processing the log lines in the access_log file from?

Thanks

Alex
 
Have you seen
and
?
You can simply add the allowhardlink directive to your /usr/local/psa/etc/logrotate.conf file, then run rotation again and it will likely work.
 
Back
Top