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

Recent content by Jason_Hilton

  1. J

    Feature Request: OneDrive & Google Drive support for backups

    While this isn't Google Drive per say, I wrote this script that runs as a cron job to backup and upload to Google Cloud Storage. (It's cheaper than drive, as low as 1 penny per GB) https://talk.plesk.com/threads/how-to-backup-to-google-cloud-storage.332571/
  2. J

    MYSQL 1,6gb backup HELP!

    Have you tried using mysqldump from SSH? Does it produce larger backups?
  3. J

    How To: Backup to Google Cloud Storage

    Hey Guys, Hope this is helpful to someone. My Plesk server runs on Google Compute Engine, and backups to a Google Cloud Storage Bucket via this script: #!/bin/bash export BOTO_CONFIG="/path/to/.boto" # Create the backups appending YYMMDD to the end of the file name. mysqldump databasename -u...
  4. J

    Plesk 12.5 preview feedback thread

    The demo link seemed to be dead again, but I spun up a VM to check it out. ;) Thoughts at first glance: I LOVE the new theme/left hand nav bar, incremental backups is a huge improvement, the log browser is also a nice touch. Question: Any plans for incremental backups to cloud storage or is...
  5. J

    Plesk 12.5 preview feedback thread

    The demo server seems to not be loading. :(
  6. J

    MYSQL 1,6gb backup HELP!

    Size in phpmyadmin: Uncompressed + Overhead Size in backup: Compressed - Overhead
Back
Top