Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
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...
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
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>...
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...
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...
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...
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...