• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Question How to have the .sql file in the Plesk backup?

PeopleInside

Regular Pleskian
Server operating system version
Ubuntu 20.04.4 LTS
Plesk version and microupdate number
18.0.42 Update #1
Hi, in the Plesk downloaded backup, into the folder databases than database names for example database1 and inside 4 files backup_sqldump.tzst
How can i obtain database1.sql file on Windows?

I can understand there are 4 backup_sqldump files of each database. If I want obtain the single .sql file how I can do on Windows without access to the VPS?

Or.. if I need to restore the database with a single .sql file to import from the phpmyadmin web interface I can just choose one of this 4 dump files?
 
Extract the database backup you want from that folder (usually the most recent time stamp). Extract TZST files in SSH Terminal to where you want them, usually the root of the domain where you want to restore, follow https://support.plesk.com/hc/en-us/...-to-extract-files-from-a-Plesk-backup-archive

They appear to be binary files. You can use the 'import dump' option in the Plesk panel Databases page on a domain of your choice - it will handle these binaries. If afterwards you need a text-based SQL dump, you can then just do 'export dump' to get it.
 
Back
Top