• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Psadump ?

R

rafcarter

Guest
I am trying to backup my configuration of Plesk 7.5.0 on fedora core 2. Last time I tried updating my server, apache wouldnt start. So I will play it safe this time, since I had it re-imaged, and try to backup everything.

I logged in as root and try psadump -f /root/psa_backup/backupnew

I get -bash: psadump: command not found

I try man psadump and get entry for this not found.

I thought psadump comes with Plesk 7.5.0?

Any help ?
 
Great thanx

Server backup is successfully completed

Now my next question is:

I ran

/usr/local/psa/bin/psadump -F -f /root/psa/psa_backup/backupnew

Now If I upgrade from 7.5.0 Plesk to 7.5.3 and run whatever Plesk updater has for updates, and If I have a problem and need to restore to the backup I just created, Will I get get Plesk 7.5.0 back and everything else prior to the backup?

If I upgrade PHP from 4.3.4 to 4.3.11 and have a problem, can I use psarestore to revert back to 4.3.4 ?
 
Yep, you'll get everything back. And you should have no problem stepping up to PHP 4.3.11.

What you may wish to do is use ART's yum to upgrade Plesk. He makes things easy.
 
Add these to /etc/yum.conf

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/
baseurl=http://www.atomicrocketturtle.com/atomic/art/$releasever/

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/$releasever/
baseurl=http://www.atomicrocketturtle.com/atomic/psa-7.5/$releasever/

[base]
name=Atomic Rocket Turtle - $releasever - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/base/$releasever/
 
Back
Top