• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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