• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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