• 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.

Resolved Logfiles problem

DieterWerner

Regular Pleskian
After a restore of the backup files, the log rotation doesn't work anymore.
Even the domain-logfiles doesn't get entries.
So what have I to do now?
 
This could be an issue with the hard links of the /logs content to the /system/<domain>/logs content. I'd try to run
# plesk repair web <domainname>
and then
# plesk repair fs <domainname>
 
I still could not find a solution to the problem.
With Plesk, I see the actual logfiles - but the vhost log directory contains still the very old logfiles.
 
well it sounds like missing the hard-link for logfiles and to recreate it like

# plesk sbin relink-vhost-logs --domain-name example.com --sys-user-login <user_name> --create

another would be logs arent rotaded anymore

for details please see the following Knowledgebase entrys:
Why there are two locations for domain log files in Plesk?
How to recreate log files hardlink structure for all vhosts?
Domain's error_log is not being filled after its recreation through File Manager
Logs are not being rotated for domain
 
Last edited:
Back
Top