• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

psadump not available!

J

Jason_I_Am

Guest
Hi.

I want to backup each of the accounts on my setup periodically. I've seen many refer to psadump and psarestore for this process. I tried to use these commands myself only to find they're unavailable...

"-bash: psadump: command not found"

I've tried changing to the directory where it should reside ( /usr/local/psa/bin/ ) and tried different combinations of running it (ie. "./psadump" as well as just "psadump"), but I always get the same error.

I'm on a GoDaddy VPS. Have they removed this functionality? Is there a way of searching the filesystem for it?
I'd rather not use some alternate script for something like this. I'd prefer to use psadump.

Any help? :)
 
To search your filesystem you can run

find . -name psadump

which will search for files named psadump within the current directory and all it's subdirs. Do a "man find" for more info.

Cheers,
EF
 
My GoDaddy VPS has psadump in this directory:


/usr/local/psa/bin/
 
Back
Top