• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Problem with backup directory vars in psa.conf

ludm

New Pleskian
Hello,

in the file /etc/psa/psa.conf I have
Code:
in file /etc/psa/psa.conf
# Backups directory
DUMP_D /var/lib/psa/dumps
DUMP_TMP_D /var/tmpdmp

Those directory exist and everything was fine since the reboot of the server.
I don't understand why the vars in psa.conf are not used and instead the files are created in:

/usr/local/psa/PMM/tmp
/usr/local/psa/tmp
 
- Do the "Backups directory" variables exist only once in psa.conf or twice?
- Did you restart Plesk?
# plesk psa stopall
# plesk psa start
 
I have checked, the vars exist only once and Plesk has been restarded with the server and the vars were already set.
Everything was fine since the server restarted and I do not know if it is linked, but I have constant RAM usage growing since this restart.
I do not know what is wrong.
 
Growing RAM usage is perfectly alright. Linux will free RAM when it needs more. Else it caches data in unused portions.
 
Back
Top