• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Reinstall Plesk 9.3 from command line

Trixi.com

New Pleskian
Hi,

I have installed:
CentOS 5 con Plesk 9 (64 bit)
Parallels Plesk Panel-Version 9.3.0
Linux 2.6.27.41rootserver-20091211a


I guess that by accident (missing knowledge) I deleted some files with Putty :-(....and doing backups, recovering etc. I get a lot of fatal errors...

For this reason i would like to try to reinstall Plesk 9.3 from the command line.

It would be great if you could give me a hand. How to to it (recover / restore / reinstall) Plesk 9.3?

Thanx a lot

Gerald
 
I can suggest you find all deleted files first with
rpm -Va | grep -E '^missing|^..5'

Then with 'rpm -qf /path_to_missing_file' find packages for this file.
Then find needed package for your OS and platform on http://autoinstall.plesk.com/PSA_9.3.0/ and unpack it to temporary directory with something like:

mkdir temp ; cd temp ; rpm2cpio ../file.rpm | cpio -ivd --no-absolute-filenames

And then copy missing files and directories to right place.
 
Back
Top