• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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