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

PostgreSQL Backups

clops

Basic Pleskian
I used to be a happy owner of the Plesk Power Pack upgrade which includes PostgreSQL management. But I am no longer happy, as today I have realized that the PostgreSQL Databases are _NOT_ backed up via the standard backup manager. This is a real bummer. Is there any way to get this fixes sometimes soon?
 
Please disregard this question. It seems to DB backups were made since the backup manager could not read a static file and hence the procedure was terminated every time. Running the server-wide backup procedure as root solved the issue.
 
I once lost so much client data that was in PostgreSQL database, you see the server had issues and since I had a full backup of the server, I just formated it and restored the backup ...

ONLY to realize the PostgreSQL folder was EMPTY!! There were no dump files as was with MySQL ..

...DO NOT TRUST PLESK PostgreSQL BACKUP PROCEDURES ...

You can easily backup PostgreSQL dbs with a single command such as pg_dumpall | gzip -c > all.dbs.out.gz . You would rather have that cron-ed once in a while just incase history repeats it self ..
 
Back
Top