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

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 https://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