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

Unpack (NOT restore) a PSA Dump?

S

Soulhuntre

Guest
Hey all!

I have a Linux Plesk 7.5 system that did a backup with this command...

(assume $fname containes a filename)

/usr/local/psa/bin/psadump --nostop --nostop-domain --noblock -f - | gzip > /root/psa_backup/$fname

I want to extract the MySQL database for a single domain, without having to go through a messy restore process. Is that possible?
 
Originally posted by phoenixisp
http://download1.sw-soft.com/Plesk/Plesk7.5/Doc/plesk-7.5r-backup-restore-html/index.html

There is a section on selective restoring that may help.

The problem is I need to retrieve the old MySQL database and merge it with the current one (there was some accidental deletion of records).

Selective restore is useless for this - even if I map the domain to a new name the MySQL DB will still want to come in with the old name and either fail or over-write the current one.

I really want to expand that archive onto disk and get the data myself.
 
I don't think you can do what you are trying to do. Maybe you could setup another server, restore the dump file and then extract your database.
 
Originally posted by phoenixisp
I don't think you can do what you are trying to do. Maybe you could setup another server, restore the dump file and then extract your database.

Yeah, I have a VPC runnign and am putting in Ubuntu now for that. But its a seriously silly thing not to be able to do.
 
Originally posted by Soulhuntre
Yeah, I have a VPC runnign and am putting in Ubuntu now for that. But its a seriously silly thing not to be able to do.
I feel your pain. Anyone from SWsoft listening?

Thanks.
 
Sorry guy, sw-soft is not listening. This being strictly a users forum they do not monitor it. Send them an email.
 
My method is MIME-decode the file in TotalCommander, then finding the right resulting .bin file (you get a bunch and a text file), rename it to .gz, extract the file within - thats the sqldump of the database. A little edit in the file with any plaintext editor and it's fixed and ready to restore...
 
Back
Top