No not at all, i have run the this commands to free up space
root@server1:/var/log# history | grep rm
363 find /var/log/plesk/PMM/ -name 'backup*' -type d -exec rm -rf {} +;
365 find /var/lib/psa/dumps -name 'backup*' -type f -exec rm -rf {} +;
369 find /tmp -type f -mtime +14 -exec rm...
it is missing as well. ?
root@server1:/var/log# cd /var/log/messages
-bash: cd: /var/log/messages: No such file or directory
root@server1:/var/log# cat /var/log/messages
cat: /var/log/messages: No such file or directory
Hello guys :)
Doing a backup i ran out of space, i have freed up space on the hdd now.
But i can't log in to pleask admin site, i get the error:
---
Server Error
500 Plesk\Exception\Database
DB query failed: SQLSTATE[HY000] [2002] No such file or directory
---
I have tried to ssh into the...