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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
maybe you can use command line : /usr/local/psa/admin/bin/autoinstaller
and try to reinstall package, but i'm not shure it's works.
you don't have any backup ?
Trying it again.. will this erase all plesk settings and remove the current database??? I have a backup in a local synology nas server, but I am not sure how to rsync it back
Thanks for the help, but this definitely isn't the way to solve the issue. My plesk server is no longer running because it uninstalled after remove php-54w from linux, which removed all of plesks dependencies.. rendering my plesk to be in a non-working state, along with all sites down. I am trying to get it back up and running how it should..
the option you mentioned actually deleted my entire plesk database and settings.. DO NOT REINSTALL plesk this way
You shouldn't simply copy files from backup, it will break future updates. You should re-install Plesk through it's installer , see http://kb.odin.com/en/119521 for details. Note, you should install exactly same version, which you have before removal, so execute installer with --all-versions option to see all availiable releases.
Note, Plesk have local databases backup in /var/lib/psa/dumps, daily and before upgrade, and you may restore it, in case of problems
How can I restore the original plesk database backup to get back my original settings?? When I reinstalled, I lost all of my settings and could not log in because it seems like plesk created a new database.
Plesk doesn't remove a database if you remove it's packages. Could you log in into MySQL, executing command in console: mysql -u admin -p`cat /etc/psa/.psa.shadow`
BTW, what OS and Plesk version you have?
I reinstalled Plesk and it replaced all plesk files.. once it was done before, it reset the database and I could not log in.. So i ended up going back to my Nas server and rsyncing the main plesk folder.. for some reason this isn't working at all
What I would like to do is.. remove and reinstall the latest plesk that was updated recently without losing any websites or settings, then restore the database backup that I have from psa dumps.. What is the process to do this?
Something went wrong, I left the (currently installed) option left on when reinstalling.. this is driving me crazy with no sleep and many customers who will be very unhappy
12.5.30 RedHat el6 1205150826.19
[root@host ~]# mysql -u admin -p`cat /etc/psa/.psa.shadow` -e 'select * from psa.misc where param="version"'
You have database from 12.0.18, not from 12.5.30, it seems database rollback not required.
To remove Plesk 12.5.30 you should remove its packages, it's commonly named started from plesk-, psa- or sw-.
To gather list of packages run rpm -qa | grep '^plesk\|^sw-\|^psa-' then check that you don't remove something valueable, and remove package via yum.
It should not remove database or virutal hosts. Then install Plesk 12.0.18 via installed, but run it with --all-version option, to see all availiable releases, not last one
I have a file named "mysql.daily.dump.0.gz" that was last night 4am before this entire problem.. is this the correct plesk database that holds all customers domains, plans, plesk settings?