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

    Upgrade from 12.0.18 to 12.5.30 leads to several errors/login impossible

    what error you are getting now. If possible , please contact me on my email address
  2. C

    Plesk 12.0.18 Micro Update #71 deletes copies from windows backup server

    "%plesk_bin%\ai.exe" --select-release-current --upgrade-installed-components Run the above command and check the issue again
  3. C

    Plesk 12.5.30 update fail! neeed help

    1) took psa, apsc and mysql database: mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` apsc > apscorg1.sql; mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` psa > psaorg1.sql; mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` mysql > mysqlorg1.sql 2) move all third party repositories to...
  4. C

    Problème installation 12.5 Plesk back-office non fonctionnel

    Please try the following kb : http://kb.odin.com/en/120804 As igor mentioned please install the xmlrpc-c
  5. C

    12.1.21 to 12.5.30 Upgrade Fails

    What OS you using redhat or centos Try to upgrade after running : rpm -e psa-proftpd-xinetd-1.3.5-6.el5.art.i386 --nodeps
  6. C

    Problème installation 12.5 Plesk back-office non fonctionnel

    rpm -qa | grep core Can you please update the result of the above command here It seems both 12.0 and 12.5 packages are present on the server If both 12.0 and 12.5 packages on the server, please follow the steps in my first post
  7. C

    load backup form 12.0.18 in version 12.5.30

    Please take the psa , apsc and mysql backups and run the above
  8. C

    12.1.21 to 12.5.30 Upgrade Fails

    Brother 1) Do the steps cd /etc/yum.repos.d/ 2) Move all repos including atomic except centos repos 3) upgrade again This will fix the issue
  9. C

    load backup form 12.0.18 in version 12.5.30

    1) Login to the Plesk database and run the below commands mysql> alter table Modules add `plesk_max_version` varchar(30) DEFAULT NULL; mysql> alter table domains add `icpStatus` int(1) NOT NULL DEFAULT '0'; mysql> alter table domains add `icpPermit` varchar(255) DEFAULT NULL; mysql>...
  10. C

    Problème installation 12.5 Plesk back-office non fonctionnel

    Please follow the below steps: Seems both 12.0 and 12.5 packages are present on the server 1) rpm -qa | grep 12.0.18 > /root/a.txt 2) open /root/a.txt remove all non-plesk related packages. 3) After that run the below command. cat /root/a.txt | xargs -I % rpm -e % --nodeps 4) Install...
  11. C

    Upgrade from 12.0.18 to 12.5.30 leads to several errors/login impossible

    Upgrade corrupted the Plesk. It seems that you have restore wrong pre upgrade dump. Please restore the first preupgrade dump or restore from the daily backup befoer upgrading Do it after gunzip --- mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa < dumpfile mysql -uadmin -p`cat...
  12. C

    Upgrade from 12.0.18 to 12.5.30 leads to several errors/login impossible

    Please do the following 1) Type "plesk version" and check which version is installed on the server. 2) mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa select * from misc where param='version'; compare both and check whether the version showing is 12.0.18 or 12.5.30 3) If the "plesk...
  13. C

    Plesk 12.5.30 update fail! neeed help

    Follow the below steps. 1) Run the autoinstaller and remove fail2ban or do the below rpm -qa | grep fail2ban remove all fail2ban using the below command. rpm -e <package name> 2) Install all microupdate /usr/local/psa/admin/sbin/autoinstaller --select-product-id plesk...
  14. C

    Windows upgrade from 2008 r2 to 2012 r2

    no, upgrade will break all the Plesk packages. You can migrate the Plesk to new a server having OS Plesk 2012 RR2
  15. C

    Fatal error: Unknown: Failed opening required 'auth.php'

    issue can be fixed by running the following commands . 1) open cmd as administrator 2) cd %plesk_bin% 3) ai.exe --console and proceed to install all the packages.
  16. C

    [SOLVED] Migration Fails to move databases with error

    issue seems to be with the hardware node. Can you please change subscriptions to a new service plan with everything unlimited and try the migration again.
  17. C

    Migration & Transfer Manager Missing

    Failed with the error : Unable to validate the backup signature. The backup file might be modified, corrupted, created on another server or in an earlier Plesk version.
  18. C

    Resolve error: rndc: connect failed: 127.0.0.1#953: connection refused

    Please check with the kb article : http://kb.odin.com/en/125164
Back
Top