• 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

Search results

  1. speed2

    Question How to change the MySQL and web directory in Plesk for Linux??

    I created a symbolic link pointing to another disk. Exemple: systemctl stop mariadb.service mv /var/lib/mysql /diskmysql/ ln -s /diskmysql/ /var/lib/mysql vim /etc/my.cnf [mysqld] ... datadir=/diskmysql socket=/diskmysql/mysql.sock symbolic-links=1 systemctl start mariadb.service
  2. speed2

    Question Windows server 2019 standard with Plesk Onyx 17.8

    Hi, I have the Windows Server 2008 R2 Enterprise with Plesk 12.5 and I want to migrate to Plesk 17.8 Onyx, but I only have a license for Windows server 2019 standard. I had to see the software requirements for Plesk Onyx at the link below and not found the support for Windows server 2019...
  3. speed2

    Question How to change the MySQL and web directory in Plesk for Linux??

    Thanks, the directory for vhosts worked, now we just need change the Mysql directory.
  4. speed2

    Question How to change the MySQL and web directory in Plesk for Linux??

    how to change the MySQL and web directory in Plesk for Linux? My idea is to have the database on one disk and the Web on another, I have already changed the mail directory, setting in the file /etc/psa/psa.conf. Disk1 = SO Done Disk2 = Database Disk3 = Web Disk4 = Mail Done
Back
Top