Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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/
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...
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...