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

Error 1 : Can't create/write to file

C

cicciopasticcio

Guest
I'm trying from ssh a SELECT...INTO OUTFILE but I receive the same error Error 1 : Can't create/write to file

mysqldump -uUSER -pPASSWORD --fields-terminated-by='|' --fields-optionally-enclosed-by='"' --lines-terminated-by='\n' --tab=/srv/www/vhosts/mysite/httpdocs/myfolder/ DATABASE TABLE > file.csv

The file is created but written partially.
I've check file permission and they are 0644

So I went in proftpd.conf and I've seen umask 022. I've understood that this is the problem. So I found http://www.castaglia.org/proftpd/do...WTO-Umask.html,
but I REALLY DON'T UNDERSTAND WHAT I HAVE TO DO!!

Please Help me... I'll become crazy...

Thanks,

Luca
 
Back
Top